aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Entity/Entry.php
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2017-01-31 21:13:33 +0100
committerThomas Citharel <tcit@tcit.fr>2017-06-23 09:26:41 +0200
commit2041810adbc6e663e4520337805c0003c77762e2 (patch)
tree1715a1e57a0275efe0970807c65f424def897034 /src/Wallabag/CoreBundle/Entity/Entry.php
parentb115623e2c536bcfd59760347f22b4d70e1d0661 (diff)
downloadwallabag-2041810adbc6e663e4520337805c0003c77762e2.tar.gz
wallabag-2041810adbc6e663e4520337805c0003c77762e2.tar.zst
wallabag-2041810adbc6e663e4520337805c0003c77762e2.zip
WIP
Diffstat (limited to 'src/Wallabag/CoreBundle/Entity/Entry.php')
-rw-r--r--src/Wallabag/CoreBundle/Entity/Entry.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Entity/Entry.php b/src/Wallabag/CoreBundle/Entity/Entry.php
index a0503c39..84555b36 100644
--- a/src/Wallabag/CoreBundle/Entity/Entry.php
+++ b/src/Wallabag/CoreBundle/Entity/Entry.php
@@ -233,6 +233,12 @@ class Entry
233 */ 233 */
234 private $tags; 234 private $tags;
235 235
236 /**
237 * @var ArrayCollection
238 * @ORM\ManyToMany(targetEntity="Wallabag\GroupBundle\Entity\Group", inversedBy="presentations", cascade={"persist"})
239 */
240 private $groupShares;
241
236 /* 242 /*
237 * @param User $user 243 * @param User $user
238 */ 244 */