Skip to content

Commit 49580df

Browse files
committed
Add extra autowiring aliases
This adds autowiring for RequestContextAwareInterface for the routing layer and for AuthenticationManagerInterface in the security layer.
1 parent b8f6c5c commit 49580df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Resources/config/routing.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
<service id="Symfony\Component\Routing\RouterInterface" alias="router" />
8686
<service id="Symfony\Component\Routing\Generator\UrlGeneratorInterface" alias="router" />
8787
<service id="Symfony\Component\Routing\Matcher\UrlMatcherInterface" alias="router" />
88+
<service id="Symfony\Component\Routing\RequestContextAwareInterface" alias="router" />
8889

8990
<service id="router.request_context" class="Symfony\Component\Routing\RequestContext">
9091
<argument>%router.request_context.base_url%</argument>

0 commit comments

Comments
 (0)