Fixed missing reference to type caused by upgrading dependecies.

This commit is contained in:
Jan Böhmer 2020-09-03 12:19:27 +02:00
parent a7dfcf31b2
commit 7de2492480

View file

@ -47,7 +47,7 @@ use App\Entity\UserSystem\User;
use App\Security\Annotations\ColumnSecurity; use App\Security\Annotations\ColumnSecurity;
use function count; use function count;
use Doctrine\Common\Annotations\Reader; use Doctrine\Common\Annotations\Reader;
use Doctrine\Common\Persistence\Event\LifecycleEventArgs; use Doctrine\ORM\Event\LifecycleEventArgs;
use Doctrine\ORM\EntityManagerInterface; use Doctrine\ORM\EntityManagerInterface;
use Doctrine\ORM\Event\PreFlushEventArgs; use Doctrine\ORM\Event\PreFlushEventArgs;
use Doctrine\ORM\Mapping as ORM; use Doctrine\ORM\Mapping as ORM;