From 1ef1873016dec96a797b1a04450c58c825e92fd0 Mon Sep 17 00:00:00 2001 From: JC5 Date: Sun, 11 May 2025 13:12:26 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Auto=20commit=20for=20release=20?= =?UTF-8?q?'develop'=20on=202025-05-11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Exceptions/Handler.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index 8f4b2382f6..563a318794 100644 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -44,9 +44,10 @@ use Symfony\Component\HttpKernel\Exception\BadRequestHttpException; use Symfony\Component\HttpKernel\Exception\HttpException; use Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException; use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; -use function \Safe\date; -use function \Safe\json_encode; -use function \Safe\parse_url; + +use function Safe\date; +use function Safe\json_encode; +use function Safe\parse_url; /** * Class Handler