We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d0fc9fd + 4f8c97c commit c576d19Copy full SHA for c576d19
src/App/Traits/ExceptionNotificationHandlerTrait.php
@@ -6,7 +6,7 @@
6
use Illuminate\Support\Facades\Log;
7
use Mail;
8
use Symfony\Component\Debug\Exception\FlattenException;
9
-use Symfony\Component\Debug\ExceptionHandler as SymfonyExceptionHandler;
+use Symfony\Component\ErrorHandler\ErrorHandler as SymfonyExceptionHandler;
10
use Throwable;
11
12
trait ExceptionNotificationHandlerTrait
0 commit comments