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 */