diff --git a/System/Application.php b/System/Application.php index ec282348..c028d364 100644 --- a/System/Application.php +++ b/System/Application.php @@ -104,7 +104,7 @@ class Application extends BaseApplication public function start(Input $argv): bool|string { try { - $this->scan_system_annotation(); +// $this->scan_system_annotation(); fire(Event::SERVER_BEFORE_START); @@ -129,7 +129,7 @@ class Application extends BaseApplication /** * @throws ReflectionException * @throws ComponentException - * @throws NotFindPropertyException + * @throws NotFindPropertyException|NotFindClassException */ public function scan_system_annotation() {