adapt to new exportInterface

see Chill-project/Chill-Main#9
This commit is contained in:
2016-04-25 21:58:04 +02:00
parent ffe15f2037
commit f863b9db24
2 changed files with 19 additions and 2 deletions

View File

@@ -60,6 +60,8 @@ services:
chill.activity.export.count_activity:
class: Chill\ActivityBundle\Export\Export\CountActivity
arguments:
- "@doctrine.orm.entity_manager"
tags:
- { name: chill.export, alias: 'count_activity' }