vendee filters and aggregators moved to root folder

This commit is contained in:
2022-08-09 16:46:29 +02:00
parent 97ec921a0a
commit 2c7a128348
4 changed files with 0 additions and 241 deletions

View File

@@ -68,20 +68,6 @@ services:
autoconfigure: true
tags:
- { name: chill.export_filter, alias: person_residential_address_at_user_filter }
chill.person.export.filter_entrusted_child:
class: Chill\PersonBundle\Export\Filter\PersonFilters\EntrustedChildFilter
autowire: true
autoconfigure: true
tags:
- { name: chill.export_filter, alias: person_entrusted_child_filter }
chill.person.export.filter_nomadic:
class: Chill\PersonBundle\Export\Filter\PersonFilters\NomadicFilter
autowire: true
autoconfigure: true
tags:
- { name: chill.export_filter, alias: person_nomadic_filter }
## Aggregators
chill.person.export.aggregator_nationality:
@@ -118,10 +104,3 @@ services:
autoconfigure: true
tags:
- { name: chill.export_aggregator, alias: person_marital_status_aggregator }
# chill.person.export.aggregator_professional_situation:
# class: Chill\PersonBundle\Export\Aggregator\PersonAggregators\ProfessionalSituationAggregator
# autowire: true
# autoconfigure: true
# tags:
# - { name: chill.export_aggregator, alias: person_professional_situation_aggregator }