This commit is contained in:
2021-02-20 16:53:58 +08:00
parent 06674cfa71
commit bc2ec40a76
+2 -1
View File
@@ -138,9 +138,10 @@ class Server extends Application
{
$configs = Config::get('servers', true);
Snowflake::clearWorkerId();
$baseServer = $this->initCore($configs);
fire(Event::SERVER_BEFORE_START);
$baseServer = $this->initCore($configs);
if (!$baseServer) {
return 'ok';
}