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