aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Entity/Entry.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/Entity/Entry.php')
-rw-r--r--src/Wallabag/CoreBundle/Entity/Entry.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Entity/Entry.php b/src/Wallabag/CoreBundle/Entity/Entry.php
index f6206a09..4fd74001 100644
--- a/src/Wallabag/CoreBundle/Entity/Entry.php
+++ b/src/Wallabag/CoreBundle/Entity/Entry.php
@@ -143,7 +143,7 @@ class Entry
143 /* 143 /*
144 * @param User $user 144 * @param User $user
145 */ 145 */
146 public function __construct(Wallabag\UserBundle\Entity\User $user) 146 public function __construct(\Wallabag\UserBundle\Entity\User $user)
147 { 147 {
148 $this->user = $user; 148 $this->user = $user;
149 $this->tags = new ArrayCollection(); 149 $this->tags = new ArrayCollection();