mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-17 02:39:24 +01:00
add getUser on Tag entity
This commit is contained in:
parent
efad7e53a1
commit
48b67328e2
@ -88,4 +88,12 @@ class Tag
|
|||||||
{
|
{
|
||||||
$this->entries[] = $entry;
|
$this->entries[] = $entry;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return User
|
||||||
|
*/
|
||||||
|
public function getUser()
|
||||||
|
{
|
||||||
|
return $this->user;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user