Skip to content

Commit

Permalink
Remove exception handler. Move to core.
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Nov 4, 2014
1 parent 1209ce7 commit 27aa85c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 64 deletions.
63 changes: 0 additions & 63 deletions app/Infrastructure/ExceptionHandler.php

This file was deleted.

2 changes: 1 addition & 1 deletion bootstrap/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

$app->singleton(
'Illuminate\Contracts\Debug\ExceptionHandler',
'App\Infrastructure\ExceptionHandler'
'Illuminate\Foundation\Debug\ExceptionHandler'
);

/*
Expand Down

0 comments on commit 27aa85c

Please sign in to comment.