diff --git a/app/ExceptionHandler.php b/app/ExceptionHandler.php index a9aa8a7..cd8ffce 100644 --- a/app/ExceptionHandler.php +++ b/app/ExceptionHandler.php @@ -44,7 +44,7 @@ class ExceptionHandler self::report($ex, $report); } - self::view($ex, $report); + self::view($ex, $report !== null); } /**