This commit is contained in:
2021-08-03 14:06:47 +08:00
parent 5fc88d3076
commit 2ebb787b74
6 changed files with 69 additions and 138 deletions
+3
View File
@@ -10,6 +10,7 @@ use Snowflake\Abstracts\Config;
use Snowflake\Event;
use Snowflake\Exception\ConfigException;
use Snowflake\Snowflake;
use Swoole\Server\Port;
/**
@@ -26,6 +27,8 @@ abstract class Server
protected Event $_event;
abstract public function bindCallback(\Swoole\Server|Port $server, ?array $settings = []);
/**