Skip to content

Commit 3fbecf7

Browse files
committed
[FrameworkBundle] fixed SSI definition
1 parent ff3ed89 commit 3fbecf7

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Resources/config/fragment_renderer.xml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,8 @@
4848
<tag name="kernel.fragment_renderer" />
4949
<argument type="service" id="ssi" on-invalid="null" />
5050
<argument type="service" id="fragment.renderer.inline" />
51-
<call method="setFragmentPath">
52-
<argument>%fragment.path%</argument>
53-
</call>
54-
<call method="setUriSigner">
55-
<argument type="service" id="uri_signer" />
56-
</call>
51+
<argument type="service" id="uri_signer" />
52+
<call method="setFragmentPath"><argument>%fragment.path%</argument></call>
5753
</service>
5854
</services>
5955
</container>

0 commit comments

Comments
 (0)