refactor and add some customizable context functions

This commit is contained in:
crazywhalecc
2023-03-11 19:53:24 +08:00
committed by Jerry
parent c147c8fe22
commit eb2e0a5e92
3 changed files with 34 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ class BotConnectContext
{
use BotActionTrait;
private ?array $self = null;
protected ?array $self = null;
public function __construct(private int $flag, private int $fd)
{