This commit is contained in:
2021-08-05 16:21:31 +08:00
parent 4b16d82bb9
commit 35cf073f0b
+2 -1
View File
@@ -4,6 +4,7 @@ namespace Server\Manager;
use Server\Abstracts\Server;
use Server\Constant;
use Snowflake\Exception\ConfigException;
/**
@@ -16,7 +17,7 @@ class OnServerManager extends Server
/**
* @param \Swoole\Server $server
* @throws \Snowflake\Exception\ConfigException
* @throws ConfigException
*/
public function onManagerStart(\Swoole\Server $server)
{