add filter residential address at thirdparty of category

This commit is contained in:
2022-08-16 16:19:39 +02:00
parent 2c53f92a2e
commit b2c1c0ec76
4 changed files with 35 additions and 9 deletions

View File

@@ -76,6 +76,13 @@ services:
tags:
- { name: chill.export_filter, alias: person_residential_address_at_user_filter }
chill.person.export.filter_residential_address_at_thirdparty:
class: Chill\PersonBundle\Export\Filter\PersonFilters\ResidentialAddressAtThirdpartyFilter
autowire: true
autoconfigure: true
tags:
- { name: chill.export_filter, alias: person_residential_address_at_thirdparty_filter }
## Aggregators
chill.person.export.aggregator_nationality:
class: Chill\PersonBundle\Export\Aggregator\PersonAggregators\NationalityAggregator