From 8f52feb7c992da008f3f2090d3d6536ac5b96fa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Wed, 3 Mar 2021 19:56:14 +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 c3557f6c..a0a13de0 100644 --- a/System/Application.php +++ b/System/Application.php @@ -109,7 +109,7 @@ class Application extends BaseApplication { try { $annotation = $this->getAttributes(); - $annotation->read(APP_PATH . 'app', 'App\\'); + $annotation->read(APP_PATH . 'app', 'App'); fire(Event::SERVER_BEFORE_START);