exports: share referrer aggregator

This commit is contained in:
2022-08-09 11:30:42 +02:00
parent f817ca9671
commit ed1dde4713
4 changed files with 48 additions and 18 deletions

View File

@@ -233,3 +233,11 @@ services:
autoconfigure: true
tags:
- { name: chill.export_aggregator, alias: accompanyingcourse_intensity_aggregator }
chill.person.export.aggregator_referrer:
class: Chill\PersonBundle\Export\Aggregator\ReferrerAggregator
autowire: true
autoconfigure: true
tags:
- { name: chill.export_aggregator, alias: accompanyingcourse_referrer_aggregator }

View File

@@ -31,13 +31,6 @@ services:
- { name: chill.export_filter, alias: social_work_actions_job_filter }
## AGGREGATORS
chill.person.export.aggregator_referrer:
class: Chill\PersonBundle\Export\Aggregator\SocialWorkAggregators\ReferrerAggregator
autowire: true
autoconfigure: true
tags:
- { name: chill.export_aggregator, alias: social_work_actions_referrer_aggregator }
chill.person.export.aggregator_action_type:
class: Chill\PersonBundle\Export\Aggregator\SocialWorkAggregators\ActionTypeAggregator
autowire: true