cancel reason aggregator + start of monthYearAggregator

This commit is contained in:
2022-08-25 09:27:30 +02:00
parent 2bf5e934e9
commit 9854fb0664
4 changed files with 119 additions and 5 deletions

View File

@@ -87,4 +87,18 @@ services:
autowire: true
autoconfigure: true
tags:
- { name: chill.export_aggregator, alias: location_aggregator }
- { name: chill.export_aggregator, alias: location_aggregator }
chill.calendar.export.cancel_reason_aggregator:
class: Chill\CalendarBundle\Export\Aggregator\CancelReasonAggregator
autowire: true
autoconfigure: true
tags:
- { name: chill.export_aggregator, alias: cancel_reason_aggregator }
chill.calendar.export.month_year_aggregator:
class: Chill\CalendarBundle\Export\Aggregator\MonthYearAggregator
autowire: true
autoconfigure: true
tags:
- { name: chill.export_aggregator, alias: month_year_aggregator }