From e94cc3ab52a8b22b160fc009502220bb70c3b02e Mon Sep 17 00:00:00 2001 From: ricostone Date: Wed, 28 Nov 2018 14:24:28 +0100 Subject: [PATCH] Fix Deprecated : routing controller with single colon Added :: instead of : for indexAction controller since it is deprecated from Symfony 4.1 --- Resources/config/routing/routing.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/config/routing/routing.xml b/Resources/config/routing/routing.xml index 1d80eeb7..e75a19ad 100644 --- a/Resources/config/routing/routing.xml +++ b/Resources/config/routing/routing.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://symfony.com/schema/routing http://symfony.com/schema/routing/routing-1.0.xsd"> - fos_js_routing.controller:indexAction + fos_js_routing.controller::indexAction js js|json