From 56ac3f93dbf62b08efbb496e8064d5339461e441 Mon Sep 17 00:00:00 2001 From: Ruslan Date: Mon, 7 Dec 2020 23:57:42 +0200 Subject: [PATCH] update deprecated references of controllers update deprecated references of controllers with a single colon to double colon because of User Deprecated: Since symfony/http-kernel 5.1: Referencing controllers with a single colon is deprecated. Use "json_rpc_http_server.endpoint::httpPost" instead. --- src/Resources/config/routing/endpoint.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Resources/config/routing/endpoint.xml b/src/Resources/config/routing/endpoint.xml index 7dd2c61..ec90f84 100644 --- a/src/Resources/config/routing/endpoint.xml +++ b/src/Resources/config/routing/endpoint.xml @@ -9,13 +9,13 @@ path="%json_rpc_http_server.http_endpoint_path%" methods="POST" > - json_rpc_http_server.endpoint:httpPost + json_rpc_http_server.endpoint::httpPost - json_rpc_http_server.endpoint:httpOptions + json_rpc_http_server.endpoint::httpOptions