aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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 24b24dbb..bf8db5ab 100644
--- a/src/Wallabag/CoreBundle/Entity/Entry.php
+++ b/src/Wallabag/CoreBundle/Entity/Entry.php
@@ -168,7 +168,7 @@ class Entry
168 private $user; 168 private $user;
169 169
170 /** 170 /**
171 * @ORM\ManyToMany(targetEntity="Tag", inversedBy="entries", cascade={"persist"}) 171 * @ORM\ManyToMany(targetEntity="Tag", inversedBy="entries", cascade={"persist", "remove"})
172 * @ORM\JoinTable 172 * @ORM\JoinTable
173 * 173 *
174 * @Groups({"entries_for_user", "export_all"}) 174 * @Groups({"entries_for_user", "export_all"})