mirror of
https://github.com/Icinga/icinga-php-thirdparty.git
synced 2025-07-12 00:04:31 +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';
|
|
}
|