Skip to content

Commit

Permalink
Revert default Exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Jan 11, 2025
1 parent 15fb21b commit b259efd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bootstrap/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
use App\Http\Middleware\RedirectToBanPage;
use App\Http\Middleware\SetDefaultVersionForUrl;
use Illuminate\Foundation\Application;
use Illuminate\Foundation\Configuration\Exceptions;
use Illuminate\Foundation\Configuration\Middleware;

return Application::configure(basePath: dirname(__DIR__))
Expand All @@ -25,4 +26,7 @@
'goronich',
]);
})
->withExceptions(function (Exceptions $exceptions) {
// ...
})
->create();

0 comments on commit b259efd

Please sign in to comment.