This commit is contained in:
2023-02-07 16:55:21 +08:00
parent 3e201bdbdd
commit 49fae2129f
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -108,7 +108,6 @@ class Server extends HttpService
$this->onHotReload();
$this->manager->initCoreServers(Config::get('server', [], true), $this->daemon);
$this->manager->onSignal(Config::get('signal', []));
$this->dispatch->dispatch(new OnServerBeforeStart());
$this->manager->start();
}