month year aggregator working

This commit is contained in:
2022-08-25 13:08:24 +02:00
parent f3ceee7485
commit cf642d2783
3 changed files with 12 additions and 12 deletions

View File

@@ -96,9 +96,9 @@ services:
tags:
- { name: chill.export_aggregator, alias: cancel_reason_aggregator }
chill.calendar.export.month_year_aggregator:
chill.calendar.export.month_aggregator:
class: Chill\CalendarBundle\Export\Aggregator\MonthYearAggregator
autowire: true
autoconfigure: true
tags:
- { name: chill.export_aggregator, alias: month_year_aggregator }
- { name: chill.export_aggregator, alias: month_aggregator }