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 e66e6af commit 80b61e9Copy full SHA for 80b61e9
src/Symfony/Bundle/FrameworkBundle/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