We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8f6c5c commit 49580dfCopy full SHA for 49580df
Resources/config/routing.xml
@@ -85,6 +85,7 @@
85
<service id="Symfony\Component\Routing\RouterInterface" alias="router" />
86
<service id="Symfony\Component\Routing\Generator\UrlGeneratorInterface" alias="router" />
87
<service id="Symfony\Component\Routing\Matcher\UrlMatcherInterface" alias="router" />
88
+ <service id="Symfony\Component\Routing\RequestContextAwareInterface" alias="router" />
89
90
<service id="router.request_context" class="Symfony\Component\Routing\RequestContext">
91
<argument>%router.request_context.base_url%</argument>
0 commit comments