Updated exceptions package

This commit is contained in:
Graham Campbell
2015-10-07 14:20:53 +01:00
parent af62c5683f
commit 9bef541057
5 changed files with 6 additions and 31 deletions

View File

@@ -36,7 +36,7 @@ $app->singleton(
$app->singleton(
'Illuminate\Contracts\Debug\ExceptionHandler',
'CachetHQ\Cachet\Exceptions\Handler'
'GrahamCampbell\Exceptions\ExceptionHandler'
);
/*