diff --git a/src/Tag/Service/TagService.php b/src/Tag/Service/TagService.php index 9d1cd9d1..69baab3b 100644 --- a/src/Tag/Service/TagService.php +++ b/src/Tag/Service/TagService.php @@ -83,6 +83,7 @@ public function getTagsForElement(ElementParameters $tagElement): array $this->dispatchTagEvent($result); $results[] = $result; } + return $results; }