From bad44836c503fe6e04a2847a83732f50eb3aa050 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 23 Feb 2021 15:03:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- System/Application.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() {