separate route permission + token manage

This commit is contained in:
xiaomlove
2025-04-17 18:59:03 +07:00
parent 263901bc54
commit 432c57f886
27 changed files with 203 additions and 54 deletions

View File

@@ -101,6 +101,7 @@ class Handler extends ExceptionHandler
if (config('app.debug')) {
$data['trace'] = $trace;
}
// dd($e);
if ($e instanceof \Error || $e instanceof \ErrorException) {
do_log(sprintf(get_class($e) . ": %s, trace: %s", $msg, $e->getTraceAsString()), "error");
}