add gender aggregator

This commit is contained in:
2016-01-14 12:19:29 +01:00
parent d81b2e1037
commit a5065f798a
2 changed files with 92 additions and 1 deletions

View File

@@ -87,4 +87,10 @@ services:
- "@translator"
tags:
- { name: chill.export_aggregator, alias: person_nationality_aggregator }
chill.person.export.aggregator_gender:
class: Chill\PersonBundle\Export\Aggregator\GenderAggregator
arguments:
- "@translator"
tags:
- { name: chill.export_aggregator, alias: person_gender_aggregator }