exports: create workAction goalResult aggregator

This commit is contained in:
2022-09-19 11:22:41 +02:00
parent d907357748
commit d30ac75995
5 changed files with 118 additions and 10 deletions

View File

@@ -79,3 +79,10 @@ services:
autoconfigure: true
tags:
- { name: chill.export_aggregator, alias: social_work_actions_result_aggregator }
chill.person.export.aggregator_goalresult:
class: Chill\PersonBundle\Export\Aggregator\SocialWorkAggregators\GoalResultAggregator
autowire: true
autoconfigure: true
tags:
- { name: chill.export_aggregator, alias: social_work_actions_goal_result_aggregator }