forked from wallabag/wallabag
assign tags to an entry
This commit is contained in:
committed by
Jeremy Benoist
parent
109d67dbb1
commit
7244d6cb61
@ -96,6 +96,11 @@ class Tag
|
||||
$this->entries[] = $entry;
|
||||
}
|
||||
|
||||
public function hasEntry($entry)
|
||||
{
|
||||
return $this->entries->contains($entry);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return User
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user