adapt to new exportInterface

see Chill-project/Chill-Main#9
This commit is contained in:
2016-04-25 21:59:13 +02:00
parent 6fcf5944a0
commit 79e96fbb5c
2 changed files with 20 additions and 2 deletions

View File

@@ -72,6 +72,8 @@ services:
chill.person.export.export_count_person:
class: Chill\PersonBundle\Export\Export\CountPerson
arguments:
- "@doctrine.orm.entity_manager"
tags:
- { name: chill.export, alias: count_person }