update dependencies basic

This commit is contained in:
xiaomlove
2024-12-25 22:30:55 +08:00
parent b9f5641985
commit 183d362076
14 changed files with 3628 additions and 4306 deletions

View File

@@ -55,9 +55,9 @@ class Handler extends ExceptionHandler
});
//Other Only handle in json request
if (!request()->expectsJson()) {
return;
}
// if (!request()->expectsJson()) {
// return;
// }
$this->renderable(function (AuthenticationException $e) {
return response()->json(fail($e->getMessage(), ['guards' => $e->guards()]), 401);