mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
rename files for coherence with naming elsewhere
This commit is contained in:
parent
5f2622d0d2
commit
ff5fab5f50
@ -1,26 +1,26 @@
|
|||||||
services:
|
services:
|
||||||
|
|
||||||
## Indicators
|
## Indicators
|
||||||
chill.calendar.export.count_appointments:
|
chill.calendar.export.count_calendars:
|
||||||
class: Chill\CalendarBundle\Export\Export\CountAppointments
|
class: Chill\CalendarBundle\Export\Export\CountCalendars
|
||||||
autowire: true
|
autowire: true
|
||||||
autoconfigure: true
|
autoconfigure: true
|
||||||
tags:
|
tags:
|
||||||
- { name: chill.export, alias: count_appointments }
|
- { name: chill.export, alias: count_calendars }
|
||||||
|
|
||||||
chill.calendar.export.average_duration_appointments:
|
chill.calendar.export.average_duration_calendars:
|
||||||
class: Chill\CalendarBundle\Export\Export\StatAppointmentAvgDuration
|
class: Chill\CalendarBundle\Export\Export\StatCalendarAvgDuration
|
||||||
autowire: true
|
autowire: true
|
||||||
autoconfigure: true
|
autoconfigure: true
|
||||||
tags:
|
tags:
|
||||||
- { name: chill.export, alias: average_duration_appointments }
|
- { name: chill.export, alias: average_duration_calendars }
|
||||||
|
|
||||||
chill.calendar.export.sum_duration_appointments:
|
chill.calendar.export.sum_duration_calendars:
|
||||||
class: Chill\CalendarBundle\Export\Export\StatAppointmentSumDuration
|
class: Chill\CalendarBundle\Export\Export\StatCalendarSumDuration
|
||||||
autowire: true
|
autowire: true
|
||||||
autoconfigure: true
|
autoconfigure: true
|
||||||
tags:
|
tags:
|
||||||
- { name: chill.export, alias: sum_duration_appointments }
|
- { name: chill.export, alias: sum_duration_calendars }
|
||||||
|
|
||||||
## Filters
|
## Filters
|
||||||
|
|
||||||
@ -101,4 +101,4 @@ services:
|
|||||||
autowire: true
|
autowire: true
|
||||||
autoconfigure: true
|
autoconfigure: true
|
||||||
tags:
|
tags:
|
||||||
- { name: chill.export_aggregator, alias: month_aggregator }
|
- { name: chill.export_aggregator, alias: month_aggregator }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user