Browse Source

Fix handler.

Taylor Otwell 9 years ago
parent
commit
6b60dc6650
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bootstrap/app.php

+ 1 - 1
bootstrap/app.php

@@ -38,7 +38,7 @@ $app->singleton(
 
 $app->singleton(
 	'Illuminate\Contracts\Debug\ExceptionHandler',
-	'App\Exceptions\ExceptionHandler'
+	'App\Exceptions\Handler'
 );
 
 /*