forked from wallabag/wallabag
remove tag from entry #1377
This commit is contained in:
@ -107,4 +107,14 @@ class Tag
|
||||
{
|
||||
return $this->entries->contains($entry);
|
||||
}
|
||||
|
||||
/**
|
||||
* Get entries for this tag.
|
||||
*
|
||||
* @return ArrayCollection<Entry>
|
||||
*/
|
||||
public function getEntries()
|
||||
{
|
||||
return $this->entries;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user