This commit is contained in:
2021-01-19 19:33:48 +08:00
parent fa74f62e9c
commit f56fe0c1b4
3 changed files with 4 additions and 1 deletions
+2
View File
@@ -138,6 +138,8 @@ class Server extends Application
$configs = Config::get('servers', true);
Snowflake::clearWorkerId();
$baseServer = $this->initCore($configs);
fire(Event::SERVER_BEFORE_START);
if (!$baseServer) {
return 'ok';
}