diff --git a/Src/App.php b/Src/App.php index 2972d6f8..fd971ba5 100644 --- a/Src/App.php +++ b/Src/App.php @@ -81,7 +81,7 @@ public function getAppNamespace() { return $this->appNamespace = APP_NAMESPACE; } - return $this->appNamespace = '\\W7\\App'; + return $this->appNamespace = 'W7\\App'; } public function runConsole() {