From 070a8cf14825fa686a8490bfcb8be369f76aa2cf Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 11 May 2025 13:16:09 +0200 Subject: [PATCH] Remove safe functions --- app/Exceptions/Handler.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index 563a318794..ea7b870fa1 100644 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -45,10 +45,6 @@ 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; - /** * Class Handler */