From 0a0a692eae24864d640efe489163c6398dc7d1e0 Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Thu, 8 Sep 2022 12:46:23 +0200 Subject: [PATCH] Revert "rename files for coherence with naming elsewhere" This reverts commit ff5fab5f502efabd4547c870368641877b31d0bd. --- .../Resources/config/services/exports.yaml | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/Bundle/ChillCalendarBundle/Resources/config/services/exports.yaml b/src/Bundle/ChillCalendarBundle/Resources/config/services/exports.yaml index a7508f3b5..56580dba1 100644 --- a/src/Bundle/ChillCalendarBundle/Resources/config/services/exports.yaml +++ b/src/Bundle/ChillCalendarBundle/Resources/config/services/exports.yaml @@ -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 } \ No newline at end of file