This commit is contained in:
2022-12-12 17:31:12 +08:00
parent eef386d6c8
commit 4a4bf7b5cb
6 changed files with 5 additions and 247 deletions
-13
View File
@@ -1,13 +0,0 @@
<?php
declare(strict_types=1);
namespace Kiri\Abstracts;
use Swoole\Coroutine;
abstract class BaseContext
{
protected static array $pool = [];
}