mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
rename querybuilder calendar
This commit is contained in:
parent
dfbaaef778
commit
62562cc57e
@ -82,7 +82,7 @@ class CountAppointments implements ExportInterface, GroupedExportInterface
|
|||||||
return $el['center'];
|
return $el['center'];
|
||||||
}, $acl);
|
}, $acl);
|
||||||
|
|
||||||
$qb = $this->calendarRepository->createQueryBuilder('appointment');
|
$qb = $this->calendarRepository->createQueryBuilder('cal');
|
||||||
|
|
||||||
$qb->select('COUNT(appointment.id) AS export_result');
|
$qb->select('COUNT(appointment.id) AS export_result');
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user