]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/ApiBundle/Entity/AuthCode.php
remove old implementation for login/register/recover
[github/wallabag/wallabag.git] / src / Wallabag / ApiBundle / Entity / AuthCode.php
index 7873d97d9c257d6fa611cc6b745b86b8b0edfe9e..81398158b1f16c4fce84f3bd95b8ee6d222b4544 100644 (file)
@@ -25,7 +25,7 @@ class AuthCode extends BaseAuthCode
     protected $client;
 
     /**
-     * @ORM\ManyToOne(targetEntity="Wallabag\CoreBundle\Entity\User")
+     * @ORM\ManyToOne(targetEntity="Wallabag\UserBundle\Entity\User")
      */
     protected $user;
 }