From 6b60dc66502811ea6fa732ac2f242419516972cf Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 19 Nov 2014 09:03:05 -0600 Subject: [PATCH] Fix handler. --- bootstrap/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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( $app->singleton( 'Illuminate\Contracts\Debug\ExceptionHandler', - 'App\Exceptions\ExceptionHandler' + 'App\Exceptions\Handler' ); /*