This commit is contained in:
2021-03-03 19:53:37 +08:00
parent 64838fe93b
commit 6e5308d5f8
+1 -1
View File
@@ -109,7 +109,7 @@ class Application extends BaseApplication
{ {
try { try {
$annotation = $this->getAttributes(); $annotation = $this->getAttributes();
$annotation->read(APP_PATH, 'App\\'); $annotation->read(APP_PATH . 'app', 'App\\');
fire(Event::SERVER_BEFORE_START); fire(Event::SERVER_BEFORE_START);