Revert "rename files for coherence with naming elsewhere"

This reverts commit 5f2622d0d2fd7b10a4bb79ce1026f46f07b5f38c.
This commit is contained in:
Julie Lenaerts 2022-09-08 12:48:19 +02:00
parent 0a0a692eae
commit d81afb89f2
3 changed files with 4 additions and 3 deletions

View File

@ -22,8 +22,9 @@ use Doctrine\ORM\AbstractQuery;
use Doctrine\ORM\QueryBuilder; use Doctrine\ORM\QueryBuilder;
use Symfony\Component\Form\FormBuilderInterface; use Symfony\Component\Form\FormBuilderInterface;
use Symfony\Component\Process\Exception\LogicException; use Symfony\Component\Process\Exception\LogicException;
use Symfony\Component\Security\Core\Role\Role;
class CountCalendars implements ExportInterface, GroupedExportInterface class CountAppointments implements ExportInterface, GroupedExportInterface
{ {
private CalendarRepository $calendarRepository; private CalendarRepository $calendarRepository;

View File

@ -22,7 +22,7 @@ use Doctrine\ORM\QueryBuilder;
use LogicException; use LogicException;
use Symfony\Component\Form\FormBuilderInterface; use Symfony\Component\Form\FormBuilderInterface;
class StatCalendarAvgDuration implements ExportInterface, GroupedExportInterface class StatAppointmentAvgDuration implements ExportInterface, GroupedExportInterface
{ {
private CalendarRepository $calendarRepository; private CalendarRepository $calendarRepository;

View File

@ -22,7 +22,7 @@ use Doctrine\ORM\QueryBuilder;
use LogicException; use LogicException;
use Symfony\Component\Form\FormBuilderInterface; use Symfony\Component\Form\FormBuilderInterface;
class StatCalendarSumDuration implements ExportInterface, GroupedExportInterface class StatAppointmentSumDuration implements ExportInterface, GroupedExportInterface
{ {
private CalendarRepository $calendarRepository; private CalendarRepository $calendarRepository;