referrer scope aggregator for social work actions

This commit is contained in:
2022-07-27 21:25:13 +02:00
parent 562a5678ef
commit 8085fe2c17
2 changed files with 93 additions and 0 deletions

View File

@@ -50,3 +50,10 @@ services:
autoconfigure: true
tags:
- { name: chill.export_aggregator, alias: social_work_actions_referrer_job_aggregator }
chill.person.export.aggregator_referrer_scope:
class: Chill\PersonBundle\Export\Aggregator\ReferrerScopeAggregator
autowire: true
autoconfigure: true
tags:
- { name: chill.export_aggregator, alias: social_work_actions_referrer_scope_aggregator }