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.
1 parent e858dcd commit aef594dCopy full SHA for aef594d
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