This commit is contained in:
2021-12-02 14:16:57 +08:00
parent 0d12baf49f
commit ced92a10e1
2 changed files with 14 additions and 8 deletions
+1 -3
View File
@@ -105,9 +105,7 @@ class ServerCommand extends Command
$this->configure_set();
Kiri::app()->getRouter()->read_files();
$this->eventProvider->dispatch(new OnServerBeforeStart());
$manager->start();
return 1;