Revert "rename files for coherence with naming elsewhere"

This reverts commit ff5fab5f502efabd4547c870368641877b31d0bd.
This commit is contained in:
Julie Lenaerts 2022-09-08 12:46:23 +02:00
parent 8cf9bf4a5f
commit 0a0a692eae

View File

@ -1,26 +1,26 @@
services:
## Indicators
chill.calendar.export.count_calendars:
class: Chill\CalendarBundle\Export\Export\CountCalendars
chill.calendar.export.count_appointments:
class: Chill\CalendarBundle\Export\Export\CountAppointments
autowire: true
autoconfigure: true
tags:
- { name: chill.export, alias: count_calendars }
- { name: chill.export, alias: count_appointments }
chill.calendar.export.average_duration_calendars:
class: Chill\CalendarBundle\Export\Export\StatCalendarAvgDuration
chill.calendar.export.average_duration_appointments:
class: Chill\CalendarBundle\Export\Export\StatAppointmentAvgDuration
autowire: true
autoconfigure: true
tags:
- { name: chill.export, alias: average_duration_calendars }
- { name: chill.export, alias: average_duration_appointments }
chill.calendar.export.sum_duration_calendars:
class: Chill\CalendarBundle\Export\Export\StatCalendarSumDuration
chill.calendar.export.sum_duration_appointments:
class: Chill\CalendarBundle\Export\Export\StatAppointmentSumDuration
autowire: true
autoconfigure: true
tags:
- { name: chill.export, alias: sum_duration_calendars }
- { name: chill.export, alias: sum_duration_appointments }
## Filters
@ -101,4 +101,4 @@ services:
autowire: true
autoconfigure: true
tags:
- { name: chill.export_aggregator, alias: month_aggregator }
- { name: chill.export_aggregator, alias: month_aggregator }