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
@@ -0,0 +1,13 @@
<?php
declare(strict_types=1);
namespace Kiri\Abstracts;
use Swoole\Coroutine;
abstract class BaseContext
{
protected static array $pool = [];
}