Skip to content

Commit 47d3fa2

Browse files
authored
Don't use string representation
1 parent aae3170 commit 47d3fa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Resources/config/switcher.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
<argument type="service" id="request_stack" />
3636
<argument type="service" id="router.default"/>
3737
<argument type="service" id="lunetics_locale.allowed_locales_provider"/>
38-
<argument>'%lunetics_locale.switcher.show_current_locale%'</argument>
39-
<argument>'%lunetics_locale.switcher.use_controlle%'</argument>
38+
<argument>%lunetics_locale.switcher.show_current_locale%</argument>
39+
<argument>%lunetics_locale.switcher.use_controlle%</argument>
4040
</service>
4141
</services>
4242
</container>

0 commit comments

Comments
 (0)