From a21b030abd4d5cd88f914f79574e425c7908553a Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Mon, 24 Mar 2025 13:28:57 +0100 Subject: various changes --- src/http/Router.php | 1 - 1 file changed, 1 deletion(-) (limited to 'src/http/Router.php') diff --git a/src/http/Router.php b/src/http/Router.php index 62f0514..f279109 100644 --- a/src/http/Router.php +++ b/src/http/Router.php @@ -9,7 +9,6 @@ use Symfony\Component\HttpFoundation\Response; use Symfony\Component\Routing\Exception\MethodNotAllowedException; use Symfony\Component\Routing\Exception\ResourceNotFoundException; use Symfony\Component\Routing\Generator\UrlGenerator; -use Symfony\Component\Routing\Loader\AnnotationFileLoader; use Symfony\Component\Routing\Loader\AttributeFileLoader; use Symfony\Component\Routing\Matcher\UrlMatcher; use Symfony\Component\Routing\RequestContext; -- cgit v1.2.3