mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-10 18:51:02 +00:00
add relation between user and tags, tests are broken
This commit is contained in:
parent
a36737f485
commit
092ca70725
7 changed files with 131 additions and 31 deletions
|
@ -406,4 +406,9 @@ class Entry
|
|||
$this->tags[] = $tag;
|
||||
$tag->addEntry($this);
|
||||
}
|
||||
|
||||
public function removeTag(Tag $tag)
|
||||
{
|
||||
$this->tags->removeElement($tag);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue