Export: add grouping "group peoples by postal code"

This commit is contained in:
2023-11-10 17:17:51 +01:00
parent cbc83c0e63
commit 0d741ab886
5 changed files with 172 additions and 1 deletions

View File

@@ -173,4 +173,6 @@ services:
tags:
- { name: chill.export_aggregator, alias: person_center_aggregator }
Chill\PersonBundle\Export\Aggregator\PersonAggregators\PostalCodeAggregator:
tags:
- { name: chill.export_aggregator, alias: person_postal_code_aggregator }