From c237907ad870e3a3804030e8080098b66b2f1b75 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Fri, 31 Jan 2025 10:09:57 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Illuminate/Foundation/Bootstrap/HandleExceptions.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php b/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php index 7021cbb703d7..393be5c17866 100644 --- a/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php +++ b/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php @@ -7,9 +7,7 @@ use Illuminate\Contracts\Debug\ExceptionHandler; use Illuminate\Contracts\Foundation\Application; use Illuminate\Log\LogManager; -use Monolog\Formatter\JsonFormatter; use Monolog\Handler\NullHandler; -use Monolog\Handler\SocketHandler; use Symfony\Component\Console\Output\ConsoleOutput; use Symfony\Component\ErrorHandler\Error\FatalError; use Throwable;