Change routing resource from XML to PHP (#1918)

Otherwise this recipe won't work with Symfony 8
This commit is contained in:
Tac Tacelosky
2026-01-11 07:22:25 +01:00
committed by GitHub
parent 52c59cbe11
commit bc4470e94b
@@ -1,2 +1,2 @@
fos_js_routing:
resource: "@FOSJsRoutingBundle/Resources/config/routing/routing-sf4.xml"
resource: "@FOSJsRoutingBundle/Resources/config/routing/routing.php"