add validation to aggregator and filters

This commit is contained in:
2017-03-07 16:03:49 +01:00
parent cc91ade6fe
commit 559239aca1
7 changed files with 55 additions and 6 deletions

View File

@@ -60,5 +60,7 @@ services:
chill.person.export.aggregator_age:
class: Chill\PersonBundle\Export\Aggregator\AgeAggregator
arguments:
- "@translator"
tags:
- { name: chill.export_aggregator, alias: person_age_aggregator }