exports: init sum_accompanying_course_duration (replace list_accompanying_course)

This commit is contained in:
2022-07-14 14:42:53 +02:00
parent 3d0dd46ea5
commit 903ac2ff69
3 changed files with 9 additions and 9 deletions

View File

@@ -33,11 +33,11 @@ services:
tags:
- { name: chill.export, alias: count_accompanying_course }
chill.person.export.list_accompanying_course:
class: Chill\PersonBundle\Export\Export\ListAccompanyingCourse
chill.person.export.sum_accompanying_course_duration:
class: Chill\PersonBundle\Export\Export\StatAccompanyingCourseDuration
arguments:
tags:
- { name: chill.export, alias: list_accompanying_course }
- { name: chill.export, alias: sum_accompanying_course_duration }
chill.person.export.filter_gender:
class: Chill\PersonBundle\Export\Filter\GenderFilter