diff --git a/System/Application.php b/System/Application.php index ec282348..3936310c 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);