]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Entity/Entry.php
move some files to UserBundle
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Entity / Entry.php
index f6206a09f83ea4263e3b47e510397572600ab88a..4fd74001b3efc076388f183fe794fea6180fba04 100644 (file)
@@ -143,7 +143,7 @@ class Entry
     /*
      * @param User     $user
      */
-    public function __construct(Wallabag\UserBundle\Entity\User $user)
+    public function __construct(\Wallabag\UserBundle\Entity\User $user)
     {
         $this->user = $user;
         $this->tags = new ArrayCollection();