aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ApiBundle/Entity/AuthCode.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/ApiBundle/Entity/AuthCode.php')
-rw-r--r--src/Wallabag/ApiBundle/Entity/AuthCode.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/ApiBundle/Entity/AuthCode.php b/src/Wallabag/ApiBundle/Entity/AuthCode.php
index 7873d97d..81398158 100644
--- a/src/Wallabag/ApiBundle/Entity/AuthCode.php
+++ b/src/Wallabag/ApiBundle/Entity/AuthCode.php
@@ -25,7 +25,7 @@ class AuthCode extends BaseAuthCode
25 protected $client; 25 protected $client;
26 26
27 /** 27 /**
28 * @ORM\ManyToOne(targetEntity="Wallabag\CoreBundle\Entity\User") 28 * @ORM\ManyToOne(targetEntity="Wallabag\UserBundle\Entity\User")
29 */ 29 */
30 protected $user; 30 protected $user;
31} 31}