From d12b2f07e427042c36bea76e4559ed0d45084fb2 Mon Sep 17 00:00:00 2001 From: Klapaudius Date: Tue, 20 Aug 2019 09:57:52 +0200 Subject: [PATCH] fix twig 2.9 deprecation warning --- Resources/views/form.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/views/form.html.twig b/Resources/views/form.html.twig index 6c42649e..003d67fa 100644 --- a/Resources/views/form.html.twig +++ b/Resources/views/form.html.twig @@ -1,6 +1,6 @@ {% block field_label %} -{% filter spaceless %} +{% apply spaceless %} -{% endfilter %} +{% endapply %} {% endblock field_label %}