household position aggregator for person

This commit is contained in:
2022-08-16 15:07:03 +02:00
parent bde623e806
commit 4c91bf5084
3 changed files with 136 additions and 1 deletions

View File

@@ -111,3 +111,10 @@ services:
autoconfigure: true
tags:
- { name: chill.export_aggregator, alias: person_marital_status_aggregator }
chill.person.export.aggregator_household_position:
class: Chill\PersonBundle\Export\Aggregator\PersonAggregators\HouseholdPositionAggregator
autowire: true
autoconfigure: true
tags:
- { name: chill.export_aggregator, alias: person_household_position_aggregator }