mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-30 10:29:42 +00:00
Fix construct method for ListCSPerson
This commit is contained in:
@@ -62,6 +62,7 @@ class ListCSPerson extends ListPerson implements ListInterface, ExportElementVal
|
|||||||
protected $customFieldProvider;
|
protected $customFieldProvider;
|
||||||
|
|
||||||
public function __construct(
|
public function __construct(
|
||||||
|
TranslatorInterface $translator,
|
||||||
EntityManagerInterface $em,
|
EntityManagerInterface $em,
|
||||||
ListPersonHelper $listPersonHelper,
|
ListPersonHelper $listPersonHelper,
|
||||||
TranslatableStringHelper $translatableStringHelper,
|
TranslatableStringHelper $translatableStringHelper,
|
||||||
|
Reference in New Issue
Block a user