This commit is contained in:
as2252258@163.com
2021-08-29 05:30:48 +08:00
parent 91436fdb58
commit 35ea34eb4a
+1
View File
@@ -620,6 +620,7 @@ class Router extends HttpService implements RouterInterface
try {
$router = $this;
include_once "{$files}";
var_dump($files);
} catch (\Throwable $exception) {
$this->addError($exception, 'throwable');
} finally {