This commit is contained in:
2021-02-22 18:07:40 +08:00
parent e4670ecc3f
commit cfc2d98076
2 changed files with 22 additions and 18 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ class Command extends \Console\Command
return 'shutdown success.';
}
listen(Event::SERVER_BEFORE_START, [$this, 'scan_system_annotation']);
$this->scan_system_annotation();
return $manager->start();
}