Fix handler.

This commit is contained in:
Taylor Otwell 2014-11-19 09:03:05 -06:00
parent 536fe29b6b
commit 6b60dc6650

View File

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