From 038e13b3e4681bbc3fe63c224ebde9764d668301 Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Fri, 27 Dec 2019 11:28:40 +0100 Subject: [PATCH] do not deprecate on twig extension service definition we still have the trigger deprecation in the php code of the twig extension. avoid unnecessary deprecation warning, fix #371 --- src/Resources/config/data-collector.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Resources/config/data-collector.xml b/src/Resources/config/data-collector.xml index 70b3d81f..dd3f3b85 100644 --- a/src/Resources/config/data-collector.xml +++ b/src/Resources/config/data-collector.xml @@ -24,7 +24,6 @@ - The %service_id% service is deprecated since version 1.17 and will be removed in 2.0. Use "@Httplug/http_message.html.twig" template instead.