This commit is contained in:
2023-04-18 23:47:30 +08:00
parent f220892b4a
commit c432e629a6
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -209,7 +209,7 @@ class Router
try {
include "$files";
} catch (\Throwable $throwable) {
var_dump($throwable->getMessage());
error($throwable);
}
}