diff --git a/bootstrap/app.php b/bootstrap/app.php index 7d76a332..68d9d8f2 100644 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -52,7 +52,6 @@ && app()->hasDebugModeEnabled() && get_class($exception) !== ErrorToastException::class ) { - // Show Inertia response modal for debugging return $response; } elseif (!$request->inertia()) { // Show error page component for standard visits