rdv: correct entities with FQCN

This commit is contained in:
nobohan
2021-07-15 16:16:08 +02:00
parent 7ef004adbb
commit 856801a081
3 changed files with 10 additions and 10 deletions

View File

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