Skip to content

Commit

Permalink
fix: 修改app namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
titrxw committed Sep 9, 2021
1 parent 17f1165 commit 98aa733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 98aa733

Please sign in to comment.