mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-10 09:18:33 +01:00
Fixed missing reference to type caused by upgrading dependecies.
This commit is contained in:
@@ -47,7 +47,7 @@ use App\Entity\UserSystem\User;
|
||||
use App\Security\Annotations\ColumnSecurity;
|
||||
use function count;
|
||||
use Doctrine\Common\Annotations\Reader;
|
||||
use Doctrine\Common\Persistence\Event\LifecycleEventArgs;
|
||||
use Doctrine\ORM\Event\LifecycleEventArgs;
|
||||
use Doctrine\ORM\EntityManagerInterface;
|
||||
use Doctrine\ORM\Event\PreFlushEventArgs;
|
||||
use Doctrine\ORM\Mapping as ORM;
|
||||
|
||||
Reference in New Issue
Block a user