Skip to content

Commit

Permalink
Merge pull request #6 from jeremykenedy/laravel7
Browse files Browse the repository at this point in the history
Laravel7
  • Loading branch information
jeremykenedy authored Mar 30, 2020
2 parents d0fc9fd + 4f8c97c commit c576d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App/Traits/ExceptionNotificationHandlerTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use Illuminate\Support\Facades\Log;
use Mail;
use Symfony\Component\Debug\Exception\FlattenException;
use Symfony\Component\Debug\ExceptionHandler as SymfonyExceptionHandler;
use Symfony\Component\ErrorHandler\ErrorHandler as SymfonyExceptionHandler;
use Throwable;

trait ExceptionNotificationHandlerTrait
Expand Down

0 comments on commit c576d19

Please sign in to comment.