This commit is contained in:
2020-08-31 12:52:11 +08:00
parent 2e04459060
commit 50cc15ea4b
+1 -1
View File
@@ -502,7 +502,7 @@ class Router extends Application implements RouterInterface
private function loadFile($file)
{
$router = $this;
include_once "Router.php";
include_once "$file";
}
}