From 46ebfca28f1efafa3bb556b923cf88cf2aff42c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Wed, 12 Mar 2025 22:15:43 +0100 Subject: [PATCH] add ExportNormalizerConfig service to DI configuration file --- src/Bundle/ChillMainBundle/config/services/export.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Bundle/ChillMainBundle/config/services/export.yaml b/src/Bundle/ChillMainBundle/config/services/export.yaml index c1728f916..2e508ca7d 100644 --- a/src/Bundle/ChillMainBundle/config/services/export.yaml +++ b/src/Bundle/ChillMainBundle/config/services/export.yaml @@ -12,6 +12,8 @@ services: Chill\MainBundle\Export\ExportGenerator: ~ + Chill\MainBundle\Export\ExportConfigNormalizer: ~ + chill.main.export_element_validator: class: Chill\MainBundle\Validator\Constraints\Export\ExportElementConstraintValidator tags: