diff --git a/bootstrap/app.php b/bootstrap/app.php index b187f0cf..626f9361 100644 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -38,7 +38,7 @@ $app->singleton( 'Illuminate\Contracts\Debug\ExceptionHandler', - 'App\Exceptions\ExceptionHandler' + 'App\Exceptions\Handler' ); /*