]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Entity/Tag.php
move some files to UserBundle
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Entity / Tag.php
index 6067360f9bbfa0b53ecf350a45dce52bcf09f06a..5b571823f707f11659f7da8c92707ff839d60917 100644 (file)
@@ -46,7 +46,7 @@ class Tag
      */
     private $user;
 
-    public function __construct(User $user)
+    public function __construct(\Wallabag\UserBundle\Entity\User $user)
     {
         $this->user = $user;
         $this->entries = new ArrayCollection();