referrer job aggregator for social work actions

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

View File

@@ -43,3 +43,10 @@ services:
autoconfigure: true
tags:
- { name: chill.export_aggregator, alias: social_work_actions_referrer_aggregator }
chill.person.export.aggregator_referrer_job:
class: Chill\PersonBundle\Export\Aggregator\ReferrerJobAggregator
autowire: true
autoconfigure: true
tags:
- { name: chill.export_aggregator, alias: social_work_actions_referrer_job_aggregator }