diff --git a/src/Entity/ActorTag.php b/src/Entity/ActorTag.php index 5aec526f8d..ea76711d3a 100644 --- a/src/Entity/ActorTag.php +++ b/src/Entity/ActorTag.php @@ -113,6 +113,6 @@ class ActorTag extends Entity public function __toString() { - return $this->tag; + return $this->getTag(); } }