mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
start with person aggregators
This commit is contained in:
@@ -110,3 +110,17 @@ services:
|
||||
autoconfigure: true
|
||||
tags:
|
||||
- { name: chill.export_aggregator, alias: person_age_aggregator }
|
||||
|
||||
chill.person.export.aggregator_marital_status:
|
||||
class: Chill\PersonBundle\Export\Aggregator\PersonAggregators\MaritalStatusAggregator
|
||||
autowire: true
|
||||
autoconfigure: true
|
||||
tags:
|
||||
- { name: chill.export_aggregator, alias: person_marital_status_aggregator }
|
||||
|
||||
# chill.person.export.aggregator_professional_situation:
|
||||
# class: Chill\PersonBundle\Export\Aggregator\PersonAggregators\ProfessionalSituationAggregator
|
||||
# autowire: true
|
||||
# autoconfigure: true
|
||||
# tags:
|
||||
# - { name: chill.export_aggregator, alias: person_professional_situation_aggregator }
|
||||
|
Reference in New Issue
Block a user