rdv: correct entities with FQCN

This commit is contained in:
nobohan
2021-07-15 16:16:08 +02:00
parent 3010df2016
commit 38ec2b5de9
3 changed files with 10 additions and 10 deletions

View File

@@ -20,7 +20,7 @@ class Invite
private $id;
/**
* @ORM\ManyToOne(targetEntity="User")
* @ORM\ManyToOne(targetEntity="Chill\MainBundle\Entity\User")
*/
private User $user;