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 b02fa61 commit 0474277Copy full SHA for 0474277
Resources/config/routing.xml
@@ -36,6 +36,11 @@
36
<argument type="service" id="file_locator" />
37
</service>
38
39
+ <service id="routing.loader.glob" class="Symfony\Component\Config\Loader\GlobFileLoader" public="false">
40
+ <tag name="routing.loader" />
41
+ <argument type="service" id="file_locator" />
42
+ </service>
43
+
44
<service id="routing.loader.directory" class="Symfony\Component\Routing\Loader\DirectoryLoader" public="false">
45
<tag name="routing.loader" />
46
0 commit comments