mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-23 09:31:04 +00:00
add getUser on Tag entity
This commit is contained in:
parent
efad7e53a1
commit
48b67328e2
1 changed files with 8 additions and 0 deletions
|
@ -88,4 +88,12 @@ class Tag
|
|||
{
|
||||
$this->entries[] = $entry;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return User
|
||||
*/
|
||||
public function getUser()
|
||||
{
|
||||
return $this->user;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue