From cc711aeafe38bdc85bb7efd4c82b85482233c3b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 15 Sep 2020 19:36:28 +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 | 1 - 1 file changed, 1 deletion(-) diff --git a/System/Application.php b/System/Application.php index 282bab05..5a46d643 100644 --- a/System/Application.php +++ b/System/Application.php @@ -44,7 +44,6 @@ class Application extends BaseApplication */ public function __construct(array $config = []) { - $this->scanning(); parent::__construct($config); }