exports: add 2 new exports for accompanying courses

This commit is contained in:
2022-07-12 15:16:38 +02:00
parent 56bed12886
commit 28ed09b9d9
5 changed files with 215 additions and 0 deletions

View File

@@ -26,6 +26,18 @@ services:
tags:
- { name: chill.export, alias: list_person_duplicate }
chill.person.export.export_count_accompanying_course:
class: Chill\PersonBundle\Export\Export\CountAccompanyingCourse
arguments:
tags:
- { name: chill.export, alias: count_accompanying_course }
chill.person.export.list_accompanying_course:
class: Chill\PersonBundle\Export\Export\ListAccompanyingCourse
arguments:
tags:
- { name: chill.export, alias: list_accompanying_course }
chill.person.export.filter_gender:
class: Chill\PersonBundle\Export\Filter\GenderFilter
arguments: