From e77b0d3865c622af41a585cfc698df04b3b4262d Mon Sep 17 00:00:00 2001 From: Philippe Court Date: Wed, 8 Aug 2018 14:44:34 +0200 Subject: [PATCH] =?UTF-8?q?[BUFGIX]=20Correction=20bug=20injection=20depen?= =?UTF-8?q?dencies=20=C3=A0=20la=20construction?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Classes/Form/FormObject/Service/FormObjectConfiguration.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Classes/Form/FormObject/Service/FormObjectConfiguration.php b/Classes/Form/FormObject/Service/FormObjectConfiguration.php index b05439a..8df60eb 100644 --- a/Classes/Form/FormObject/Service/FormObjectConfiguration.php +++ b/Classes/Form/FormObject/Service/FormObjectConfiguration.php @@ -47,6 +47,7 @@ public function __construct(FormObjectStatic $static, FormDefinitionObject $defi { $this->static = $static; $this->definition = $definition; + $this->injectDependenciesInConfiguration(); } /**