This commit is contained in:
2021-10-26 10:56:03 +08:00
parent 13fc554930
commit 4cd297bf87
9 changed files with 10 additions and 12 deletions
-13
View File
@@ -1,13 +0,0 @@
<?php
declare(strict_types=1);
namespace Server\Abstracts;
use Swoole\Coroutine;
abstract class BaseContext
{
protected static array $pool = [];
}