From 8095c44b0a44be7f1487f17a21e0a63691e151fe Mon Sep 17 00:00:00 2001 From: Charles T Date: Tue, 28 Nov 2023 05:08:15 +0800 Subject: [PATCH] Sync --- app/Exceptions/Handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index b152e40..770dc6d 100644 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -58,7 +58,7 @@ public function render($request, Throwable $exception) } elseif ($exception instanceof AuthenticationException) { } else { - inspector()->reportException($exception); + //inspector()->reportException($exception); } //default laravel response