renaming aggregator job and scope for generic use

This commit is contained in:
2022-08-02 11:30:30 +02:00
parent 28dc99ff3f
commit 40d92d11fc
3 changed files with 16 additions and 16 deletions

View File

@@ -44,19 +44,19 @@ services:
tags:
- { name: chill.export_aggregator, alias: social_work_actions_referrer_aggregator }
chill.person.export.aggregator_referrer_job:
class: Chill\PersonBundle\Export\Aggregator\ReferrerJobAggregator
chill.person.export.aggregator_job:
class: Chill\PersonBundle\Export\Aggregator\JobAggregator
autowire: true
autoconfigure: true
tags:
- { name: chill.export_aggregator, alias: social_work_actions_referrer_job_aggregator }
- { name: chill.export_aggregator, alias: social_work_actions_job_aggregator }
chill.person.export.aggregator_referrer_scope:
class: Chill\PersonBundle\Export\Aggregator\ReferrerScopeAggregator
chill.person.export.aggregator_scope:
class: Chill\PersonBundle\Export\Aggregator\ScopeAggregator
autowire: true
autoconfigure: true
tags:
- { name: chill.export_aggregator, alias: social_work_actions_referrer_scope_aggregator }
- { name: chill.export_aggregator, alias: social_work_actions_scope_aggregator }
chill.person.export.aggregator_action_type:
class: Chill\PersonBundle\Export\Aggregator\ActionTypeAggregator