Files
kiri-core/http-server/Abstracts/BaseContext.php
T
2020-08-31 17:11:45 +08:00

14 lines
127 B
PHP

<?php
namespace HttpServer\Abstracts;
use Swoole\Coroutine;
abstract class BaseContext
{
protected static $pool = [];
}