From 8b71d80a37285eedec98a46d2868486ed2aeb359 Mon Sep 17 00:00:00 2001 From: Xavier HAUSHERR Date: Wed, 9 May 2018 13:18:44 +0200 Subject: [PATCH 1/3] User Deprecated: Referencing controllers with a single colon is deprecated since Symfony 4.1. Use overblog_graphql.controller.graphql::indexAction instead. --- Resources/config/routing.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/config/routing.xml b/Resources/config/routing.xml index beaa117..1fbbfab 100644 --- a/Resources/config/routing.xml +++ b/Resources/config/routing.xml @@ -5,10 +5,10 @@ http://symfony.com/schema/routing/routing-1.0.xsd"> - overblog_graphiql.controller:indexAction + overblog_graphiql.controller::indexAction - overblog_graphiql.controller:indexAction + overblog_graphiql.controller::indexAction From cfef0408cd52dc8b0f848a304183151a5b18d875 Mon Sep 17 00:00:00 2001 From: Xavier HAUSHERR Date: Mon, 14 May 2018 11:06:41 +0200 Subject: [PATCH 2/3] Update routing.xml --- Resources/config/routing.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/config/routing.xml b/Resources/config/routing.xml index 1fbbfab..392d5ad 100644 --- a/Resources/config/routing.xml +++ b/Resources/config/routing.xml @@ -5,10 +5,10 @@ http://symfony.com/schema/routing/routing-1.0.xsd"> - overblog_graphiql.controller::indexAction + Overblog\GraphiQLBundle\Controller\GraphiQLController::indexAction - overblog_graphiql.controller::indexAction + Overblog\GraphiQLBundle\Controller\GraphiQLController::indexAction From fd5794a05a0e497825f4635c9d3bfc57463a0d2c Mon Sep 17 00:00:00 2001 From: Xavier HAUSHERR Date: Mon, 14 May 2018 11:26:16 +0200 Subject: [PATCH 3/3] Update services.xml --- Resources/config/services.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Resources/config/services.xml b/Resources/config/services.xml index 16c6c20..0960861 100644 --- a/Resources/config/services.xml +++ b/Resources/config/services.xml @@ -24,5 +24,9 @@ + +