[wip] add different steps to exports

This commit is contained in:
2016-01-11 21:46:41 +01:00
parent 2711fcee6d
commit d81b2e1037
3 changed files with 108 additions and 2 deletions

View File

@@ -81,6 +81,10 @@ services:
chill.person.export.aggregator_nationality:
class: Chill\PersonBundle\Export\Aggregator\NationalityAggregator
arguments:
- "@chill.main.countries_repository"
- "@chill.main.helper.translatable_string"
- "@translator"
tags:
- { name: chill.export_aggregator, alias: person_nationality_aggregator }