first indicator for calendar exports

This commit is contained in:
2022-08-17 16:04:46 +02:00
parent 5060906591
commit 3c5d533c58
5 changed files with 145 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
services:
## Indicators
chill.calendar.export.count_appointments:
class: Chill\CalendarBundle\Export\Export\CountAppointments
autowire: true
autoconfigure: true
tags:
- { name: chill.export, alias: count_appointments }