diff --git a/src/Bundle/ChillJobBundle/src/Export/ListCSPerson.php b/src/Bundle/ChillJobBundle/src/Export/ListCSPerson.php index c8d540a31..800aa5f65 100644 --- a/src/Bundle/ChillJobBundle/src/Export/ListCSPerson.php +++ b/src/Bundle/ChillJobBundle/src/Export/ListCSPerson.php @@ -62,6 +62,7 @@ class ListCSPerson extends ListPerson implements ListInterface, ExportElementVal protected $customFieldProvider; public function __construct( + TranslatorInterface $translator, EntityManagerInterface $em, ListPersonHelper $listPersonHelper, TranslatableStringHelper $translatableStringHelper,