reorganize into separate config file

This commit is contained in:
2022-07-26 13:18:15 +02:00
parent a15c88dd35
commit b12e5e78b6
3 changed files with 8 additions and 8 deletions

View File

@@ -26,13 +26,6 @@ services:
- '%chill_main.notifications%'
tags:
- { name: chill.export, alias: list_person_duplicate }
chill.person.export.count_social_actions:
class: Chill\PersonBundle\Export\Export\CountSocialActions
autowire: true
autoconfigure: true
tags:
- { name: chill.export, alias: count_social_actions }
chill.person.export.filter_gender:
class: Chill\PersonBundle\Export\Filter\GenderFilter

View File

@@ -0,0 +1,7 @@
services:
chill.person.export.count_social_actions:
class: Chill\PersonBundle\Export\Export\CountSocialActions
autowire: true
autoconfigure: true
tags:
- { name: chill.export, alias: count_social_actions }