From 2041810adbc6e663e4520337805c0003c77762e2 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Tue, 31 Jan 2017 21:13:33 +0100 Subject: WIP --- src/Wallabag/CoreBundle/Entity/Entry.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/Wallabag/CoreBundle/Entity/Entry.php') 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 */ private $tags; + /** + * @var ArrayCollection + * @ORM\ManyToMany(targetEntity="Wallabag\GroupBundle\Entity\Group", inversedBy="presentations", cascade={"persist"}) + */ + private $groupShares; + /* * @param User $user */ -- cgit v1.2.3