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);