export new SocialActionFilter

This commit is contained in:
2022-08-01 12:45:04 +02:00
parent 758c56482b
commit b511517a0f
3 changed files with 120 additions and 7 deletions

View File

@@ -60,6 +60,13 @@ services:
tags:
- { name: chill.export_filter, alias: accompanyingcourse_step_filter }
chill.person.export.filter_socialaction:
class: Chill\PersonBundle\Export\Filter\SocialActionFilter
autowire: true
autoconfigure: true
tags:
- { name: chill.export_filter, alias: accompanyingcourse_socialaction_filter }
chill.person.export.filter_origin:
class: Chill\PersonBundle\Export\Filter\OriginFilter
autowire: true