exports: add new requestor aggregator

This commit is contained in:
2022-08-09 12:12:52 +02:00
parent d86b86487f
commit 436f1d6c61
3 changed files with 130 additions and 0 deletions

View File

@@ -213,6 +213,13 @@ services:
tags:
- { name: chill.export_aggregator, alias: accompanyingcourse_administrative_location_aggregator }
chill.person.export.aggregator_requestor:
class: Chill\PersonBundle\Export\Aggregator\AccompanyingCourseAggregators\RequestorAggregator
autowire: true
autoconfigure: true
tags:
- { name: chill.export_aggregator, alias: accompanyingcourse_requestor_aggregator }
chill.person.export.aggregator_confidential:
class: Chill\PersonBundle\Export\Aggregator\AccompanyingCourseAggregators\ConfidentialAggregator
autowire: true