We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e789c89 + 54f2772 commit ca0b9e4Copy full SHA for ca0b9e4
bootstrap/app.php
@@ -52,7 +52,6 @@
52
&& app()->hasDebugModeEnabled()
53
&& get_class($exception) !== ErrorToastException::class
54
) {
55
- // Show Inertia response modal for debugging
56
return $response;
57
} elseif (!$request->inertia()) {
58
// Show error page component for standard visits
0 commit comments