exports: move acp ActivityType filter in ChillActivityBundle

This commit is contained in:
2022-09-13 13:27:24 +02:00
parent d85be8a92e
commit 18a6a5a7eb
3 changed files with 6 additions and 8 deletions

View File

@@ -65,13 +65,6 @@ services:
tags:
- { name: chill.export_filter, alias: accompanyingcourse_evaluation_filter }
chill.person.export.filter_activitytype:
class: Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters\ActivityTypeFilter
autowire: true
autoconfigure: true
tags:
- { name: chill.export_filter, alias: accompanyingcourse_activitytype_filter }
chill.person.export.filter_origin:
class: Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters\OriginFilter
autowire: true