Skip to content

Commit c576d19

Browse files
authored
Merge pull request #6 from jeremykenedy/laravel7
Laravel7
2 parents d0fc9fd + 4f8c97c commit c576d19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App/Traits/ExceptionNotificationHandlerTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
use Illuminate\Support\Facades\Log;
77
use Mail;
88
use Symfony\Component\Debug\Exception\FlattenException;
9-
use Symfony\Component\Debug\ExceptionHandler as SymfonyExceptionHandler;
9+
use Symfony\Component\ErrorHandler\ErrorHandler as SymfonyExceptionHandler;
1010
use Throwable;
1111

1212
trait ExceptionNotificationHandlerTrait

0 commit comments

Comments
 (0)