mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
exports: add 2 new exports for accompanying courses
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user