This commit is contained in:
as2252258@163.com
2021-04-04 03:01:12 +08:00
parent 59a8974672
commit c7e059f104
14 changed files with 1230 additions and 1230 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ class Router extends HttpService implements RouterInterface
*/
public function init()
{
$this->dir = Config::get('http.namespace', false, $this->dir);
$this->dir = Config::get('http.namespace', $this->dir);
}