From 6f27d91a78849b20cecd5805662b9836f5538e22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 23 Mar 2021 10:32:53 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/System/Application.php b/System/Application.php index 6731fe42..49f9c343 100644 --- a/System/Application.php +++ b/System/Application.php @@ -108,7 +108,7 @@ class Application extends BaseApplication public function start(Input $argv): void { // try { - fire(Event::SERVER_BEFORE_START); +// fire(Event::SERVER_BEFORE_START); if (env('debug') == 'false') { $annotation = Snowflake::app()->getAttributes(); $annotation->read(directory('app'), 'App');