Remove safe functions

This commit is contained in:
James Cole
2025-05-11 13:16:09 +02:00
parent f94c21446a
commit 070a8cf148

View File

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