adjust countperson to make it work again

This commit is contained in:
2022-08-02 13:44:28 +02:00
parent ea12c60154
commit c72dc83c06
3 changed files with 19 additions and 19 deletions

View File

@@ -2,18 +2,15 @@ services:
chill.person.export.count_person:
class: Chill\PersonBundle\Export\Export\CountPerson
arguments:
- "@doctrine.orm.entity_manager"
autowire: true
autoconfigure: true
tags:
- { name: chill.export, alias: count_person }
chill.person.export.list_person:
class: Chill\PersonBundle\Export\Export\ListPerson
arguments:
- "@doctrine.orm.entity_manager"
- "@translator"
- "@chill.main.helper.translatable_string"
- "@chill.custom_field.provider"
autowire: true
autoconfigure: true
tags:
- { name: chill.export, alias: list_person }