mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
reorganize into separate config file
This commit is contained in:
@@ -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
|
||||
|
@@ -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 }
|
Reference in New Issue
Block a user