mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Run rector on ListCSPerson file
This commit is contained in:
parent
d3390ca334
commit
56d5d08ed3
@ -46,12 +46,11 @@ class ListCSPerson extends ListPerson implements ListInterface, ExportElementVal
|
||||
|
||||
protected array $personIds = [];
|
||||
protected EntityManagerInterface $em;
|
||||
protected TranslatorInterface $translator;
|
||||
protected TranslatableStringHelper $translatableStringHelper;
|
||||
protected CustomFieldProvider $customFieldProvider;
|
||||
|
||||
public function __construct(
|
||||
TranslatorInterface $translator,
|
||||
protected TranslatorInterface $translator,
|
||||
EntityManagerInterface $em,
|
||||
ListPersonHelper $listPersonHelper,
|
||||
TranslatableStringHelper $translatableStringHelper,
|
||||
@ -59,7 +58,6 @@ class ListCSPerson extends ListPerson implements ListInterface, ExportElementVal
|
||||
ParameterBagInterface $parameterBag
|
||||
) {
|
||||
parent::__construct($customFieldProvider, $listPersonHelper, $em, $translatableStringHelper, $parameterBag);
|
||||
$this->translator = $translator;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user