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