adjust property name to make it work with changes calendar bundle

This commit is contained in:
2022-09-08 11:59:44 +02:00
parent 48548e020f
commit 2e3f977f3d
14 changed files with 24 additions and 23 deletions

View File

@@ -21,7 +21,8 @@ use Closure;
use Doctrine\ORM\AbstractQuery;
use Doctrine\ORM\QueryBuilder;
use Symfony\Component\Form\FormBuilderInterface;
use Symfony\Component\Process\Exception\LogicException;
use Symfony\Component\Validator\Exception\LogicException;
class CountCalendars implements ExportInterface, GroupedExportInterface
{
@@ -44,7 +45,7 @@ class CountCalendars implements ExportInterface, GroupedExportInterface
public function getDescription(): string
{
return 'Count appointments by various parameters.';
return 'Count calendars by various parameters.';
}
public function getGroup(): string
@@ -78,7 +79,7 @@ class CountCalendars implements ExportInterface, GroupedExportInterface
public function getTitle(): string
{
return 'Count appointments';
return 'Count calendars';
}
public function getType(): string