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 228bb29 commit e24f169Copy full SHA for e24f169
Resources/config/services.xml
@@ -52,6 +52,9 @@
52
<service id="file_locator" class="Symfony\Component\HttpKernel\Config\FileLocator">
53
<argument type="service" id="kernel" />
54
<argument>%kernel.root_dir%/Resources</argument>
55
+ <argument type="collection">
56
+ <argument>%kernel.root_dir%</argument>
57
+ </argument>
58
</service>
59
60
<service id="uri_signer" class="Symfony\Component\HttpKernel\UriSigner">
0 commit comments