This commit is contained in:
2021-03-03 19:56:14 +08:00
parent 6e5308d5f8
commit 8f52feb7c9
+1 -1
View File
@@ -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);