mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +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'];
|
||||
}, $acl);
|
||||
|
||||
$qb = $this->calendarRepository->createQueryBuilder('appointment');
|
||||
$qb = $this->calendarRepository->createQueryBuilder('cal');
|
||||
|
||||
$qb->select('COUNT(appointment.id) AS export_result');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user