diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2025-03-24 13:28:57 +0100 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2025-03-24 13:28:57 +0100 |
commit | a21b030abd4d5cd88f914f79574e425c7908553a (patch) | |
tree | c4eca5ff8e3dd5b12c4a151045ebb0991b211a9b /src/http/Router.php | |
parent | d58f61770463aab2c71464c11f902f0074b49b62 (diff) |
Diffstat (limited to 'src/http/Router.php')
-rw-r--r-- | src/http/Router.php | 1 |
1 files changed, 0 insertions, 1 deletions
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; |