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(); } /**