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