This commit is contained in:
2023-02-06 12:05:44 +08:00
parent f02b540f62
commit e1687ed535
+4 -1
View File
@@ -11,7 +11,10 @@ use Swoole\Coroutine;
*/ */
class Context class Context
{ {
/**
* @var array
*/
protected static array $_contents = []; protected static array $_contents = [];