exports: add a new ClosingMotive aggregator

This commit is contained in:
2022-08-08 16:36:01 +02:00
parent 643f37509f
commit ec7325ebbd
3 changed files with 112 additions and 1 deletions

View File

@@ -197,4 +197,11 @@ services:
autowire: true
autoconfigure: true
tags:
- { name: chill.export_aggregator, alias: accompanyingcourse_origin_aggregator }
- { name: chill.export_aggregator, alias: accompanyingcourse_origin_aggregator }
chill.person.export.aggregator_closingmotive:
class: Chill\PersonBundle\Export\Aggregator\AccompanyingCourseAggregators\ClosingMotiveAggregator
autowire: true
autoconfigure: true
tags:
- { name: chill.export_aggregator, alias: accompanyingcourse_closingmotive_aggregator }