From 625c43c0b9532def17223b71aed3e49db12e83a1 Mon Sep 17 00:00:00 2001 From: nobohan Date: Mon, 25 Oct 2021 09:27:50 +0200 Subject: [PATCH] improve location: form config --- src/Bundle/ChillMainBundle/config/services/form.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/Bundle/ChillMainBundle/config/services/form.yaml b/src/Bundle/ChillMainBundle/config/services/form.yaml index e5243eae0..b3eb0ca98 100644 --- a/src/Bundle/ChillMainBundle/config/services/form.yaml +++ b/src/Bundle/ChillMainBundle/config/services/form.yaml @@ -140,8 +140,4 @@ services: Chill\MainBundle\Form\Type\LocationFormType: autowire: true - autoconfigure: true - arguments: - - "@chill.main.helper.translatable_string" - tags: - - { name: form.type } \ No newline at end of file + autoconfigure: true \ No newline at end of file