mirror of
https://github.com/Icinga/icinga-php-thirdparty.git
synced 2025-10-05 07:28:59 +02:00
8 lines
137 B
PHP
8 lines
137 B
PHP
<?php
|
|
|
|
namespace React\Promise\Stream;
|
|
|
|
if (!function_exists('React\Promise\Stream\buffer')) {
|
|
require __DIR__ . '/functions.php';
|
|
}
|