mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
rename querybuilder calendar
This commit is contained in:
@@ -82,7 +82,7 @@ class CountAppointments implements ExportInterface, GroupedExportInterface
|
||||
return $el['center'];
|
||||
}, $acl);
|
||||
|
||||
$qb = $this->calendarRepository->createQueryBuilder('appointment');
|
||||
$qb = $this->calendarRepository->createQueryBuilder('cal');
|
||||
|
||||
$qb->select('COUNT(appointment.id) AS export_result');
|
||||
|
||||
|
Reference in New Issue
Block a user