add second indicator for person exports

This commit is contained in:
2022-08-16 10:47:36 +02:00
parent a9e83d3dc8
commit bde623e806
2 changed files with 145 additions and 0 deletions

View File

@@ -7,6 +7,13 @@ services:
autoconfigure: true
tags:
- { name: chill.export, alias: count_person }
chill.person.export.count_person_with_accompanying_course:
class: Chill\PersonBundle\Export\Export\CountPersonWithAccompanyingCourse
autowire: true
autoconfigure: true
tags:
- { name: chill.export, alias: count_person_with_accompanying_course }
chill.person.export.list_person:
class: Chill\PersonBundle\Export\Export\ListPerson