Skip to content

Commit e24f169

Browse files
committed
[FrameworkBundle] allowed to reference files directly from kernel.root_dir
1 parent 228bb29 commit e24f169

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Resources/config/services.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@
5252
<service id="file_locator" class="Symfony\Component\HttpKernel\Config\FileLocator">
5353
<argument type="service" id="kernel" />
5454
<argument>%kernel.root_dir%/Resources</argument>
55+
<argument type="collection">
56+
<argument>%kernel.root_dir%</argument>
57+
</argument>
5558
</service>
5659

5760
<service id="uri_signer" class="Symfony\Component\HttpKernel\UriSigner">

0 commit comments

Comments
 (0)