This commit is contained in:
PaulCombal
2019-03-01 13:37:53 +01:00
parent f71e5cc158
commit 1c61cec992
2 changed files with 26 additions and 1 deletions

View File

@@ -32,7 +32,7 @@ class Notification
private $description;
/**
* @ORM\ManyToOne(targetEntity="User")
* @ORM\ManyToOne(targetEntity="\App\Entity\User")
*/
private $user;