]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Entity/Entry.php
Some cleanup
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Entity / Entry.php
index 8f4ddf613212d96fc640589f95646fce805ec87b..1271f1f5f2657941c497f47f07b18a468db402ca 100644 (file)
@@ -187,7 +187,7 @@ class Entry
     /*
      * @param User     $user
      */
-    public function __construct(\Wallabag\UserBundle\Entity\User $user)
+    public function __construct(User $user)
     {
         $this->user = $user;
         $this->tags = new ArrayCollection();