This commit is contained in:
as2252258@163.com
2021-04-08 02:30:26 +08:00
parent 9df0ff168a
commit d9a2c67da1
+1 -1
View File
@@ -650,7 +650,7 @@ class Router extends HttpService implements RouterInterface
/** /**
* @throws * @throws
*/ */
public function loadRouterSetting() public function _loader()
{ {
$this->loadRouteDir(APP_PATH . 'routes'); $this->loadRouteDir(APP_PATH . 'routes');
} }