Skip to content

Commit 27aa85c

Browse files
committed
Remove exception handler. Move to core.
1 parent 1209ce7 commit 27aa85c

File tree

2 files changed

+1
-64
lines changed

2 files changed

+1
-64
lines changed

app/Infrastructure/ExceptionHandler.php

Lines changed: 0 additions & 63 deletions
This file was deleted.

bootstrap/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
$app->singleton(
4040
'Illuminate\Contracts\Debug\ExceptionHandler',
41-
'App\Infrastructure\ExceptionHandler'
41+
'Illuminate\Foundation\Debug\ExceptionHandler'
4242
);
4343

4444
/*

0 commit comments

Comments
 (0)