Add aggregator by user for activities

This commit is contained in:
2019-01-11 12:30:57 +01:00
parent 4163f7a6fb
commit 3e786f2e18
4 changed files with 202 additions and 1 deletions

View File

@@ -65,3 +65,10 @@ services:
- "@chill.main.helper.translatable_string"
tags:
- { name: chill.export_aggregator, alias: activity_type_aggregator }
chill.activity.export.user_aggregator:
class: Chill\ActivityBundle\Export\Aggregator\ActivityUserAggregator
arguments:
$em: "@doctrine.orm.entity_manager"
tags:
- { name: chill.export_aggregator, alias: activity_user_aggregator }