Skip to content

Commit 3719b78

Browse files
authored
Fix command service visibility for compatibility with SF <4
1 parent e6be9fb commit 3719b78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Resources/config/services.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
<argument>%kernel.bundles%</argument>
1616
</service>
1717

18-
<service id="fos_js_routing.dump_command" class="FOS\JsRoutingBundle\Command\DumpCommand" public="false">
18+
<service id="fos_js_routing.dump_command" class="FOS\JsRoutingBundle\Command\DumpCommand">
1919
<argument type="service" id="fos_js_routing.extractor" />
2020
<argument type="service" id="fos_js_routing.serializer" />
2121
<argument>%kernel.root_dir%</argument>
2222
<argument>%fos_js_routing.request_context_base_url%</argument>
2323
<tag name="console.command" />
2424
</service>
25-
<service id="fos_js_routing.router_debug_exposed_command" class="FOS\JsRoutingBundle\Command\RouterDebugExposedCommand" public="false">
25+
<service id="fos_js_routing.router_debug_exposed_command" class="FOS\JsRoutingBundle\Command\RouterDebugExposedCommand">
2626
<argument type="service" id="fos_js_routing.extractor" />
2727
<argument type="service" id="router" />
2828
<tag name="console.command" />

0 commit comments

Comments
 (0)