From bb8ed1ac3dfd15cbb8a545f7ecdd876872505429 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 27 Oct 2020 19:44:56 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- src/Illuminate/Foundation/Exceptions/Handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Illuminate/Foundation/Exceptions/Handler.php b/src/Illuminate/Foundation/Exceptions/Handler.php index 263856819594..903c201d709f 100644 --- a/src/Illuminate/Foundation/Exceptions/Handler.php +++ b/src/Illuminate/Foundation/Exceptions/Handler.php @@ -24,8 +24,8 @@ use Illuminate\Validation\ValidationException; use Psr\Log\LoggerInterface; use Symfony\Component\Console\Application as ConsoleApplication; -use Symfony\Component\Debug\ExceptionHandler as SymfonyExceptionHandler; use Symfony\Component\Debug\Exception\FlattenException; +use Symfony\Component\Debug\ExceptionHandler as SymfonyExceptionHandler; use Symfony\Component\HttpFoundation\Exception\SuspiciousOperationException; use Symfony\Component\HttpFoundation\RedirectResponse as SymfonyRedirectResponse; use Symfony\Component\HttpFoundation\Response as SymfonyResponse;