exports: add new duration aggregator (wip)

This commit is contained in:
2022-08-09 14:30:34 +02:00
parent 7173e4be4a
commit 2c151c2ec9
3 changed files with 107 additions and 0 deletions

View File

@@ -241,3 +241,10 @@ services:
tags:
- { name: chill.export_aggregator, alias: accompanyingcourse_referrer_aggregator }
chill.person.export.aggregator_duration:
class: Chill\PersonBundle\Export\Aggregator\AccompanyingCourseAggregators\DurationAggregator
autowire: true
autoconfigure: true
tags:
- { name: chill.export_aggregator, alias: accompanyingcourse_duration_aggregator }