[ENTITY] ActorTag: use getter for tag name on toString
This commit is contained in:
parent
9e4c43e8fd
commit
b7298eaa44
@ -113,6 +113,6 @@ class ActorTag extends Entity
|
||||
|
||||
public function __toString()
|
||||
{
|
||||
return $this->tag;
|
||||
return $this->getTag();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user