This commit is contained in:
2023-04-01 23:12:58 +08:00
parent 6ec7d346de
commit 8049805435
3 changed files with 43 additions and 22 deletions
-1
View File
@@ -107,7 +107,6 @@ class Server extends HttpService
{
$this->onHotReload();
$this->manager->initCoreServers(Config::get('server', [], true), $this->daemon);
$this->manager->onSignal(Config::get('signal', []));
$this->manager->start();
}