diff --git a/System/Application.php b/System/Application.php index 098b274d..c3557f6c 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\\'); + $annotation->read(APP_PATH . 'app', 'App\\'); fire(Event::SERVER_BEFORE_START);