Fixed: missing import for handling LogicException

This commit is contained in:
Julien Fastré 2022-10-06 22:45:58 +02:00
parent e518cf703d
commit 77800c21bb

View File

@ -25,6 +25,7 @@ use Doctrine\ORM\EntityManagerInterface;
use Doctrine\ORM\EntityRepository;
use Doctrine\ORM\Query;
use Doctrine\ORM\QueryBuilder;
use LogicException;
use Symfony\Component\Form\FormBuilderInterface;
class StatAccompanyingCourseDuration implements ExportInterface, GroupedExportInterface