forked from wallabag/wallabag
add relation between user and tags, tests are broken
This commit is contained in:
@ -406,4 +406,9 @@ class Entry
|
||||
$this->tags[] = $tag;
|
||||
$tag->addEntry($this);
|
||||
}
|
||||
|
||||
public function removeTag(Tag $tag)
|
||||
{
|
||||
$this->tags->removeElement($tag);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user