exports: add new Confidential and Emergency Aggregators

This commit is contained in:
2022-08-08 17:39:53 +02:00
parent ace2cb6151
commit 5940e2c0b7
4 changed files with 218 additions and 0 deletions

View File

@@ -212,3 +212,17 @@ services:
autoconfigure: true
tags:
- { name: chill.export_aggregator, alias: accompanyingcourse_administrative_location_aggregator }
chill.person.export.aggregator_confidential:
class: Chill\PersonBundle\Export\Aggregator\AccompanyingCourseAggregators\ConfidentialAggregator
autowire: true
autoconfigure: true
tags:
- { name: chill.export_aggregator, alias: accompanyingcourse_confidential_aggregator }
chill.person.export.aggregator_emergency:
class: Chill\PersonBundle\Export\Aggregator\AccompanyingCourseAggregators\EmergencyAggregator
autowire: true
autoconfigure: true
tags:
- { name: chill.export_aggregator, alias: accompanyingcourse_emergency_aggregator }