Skip to content

Commit bf35b33

Browse files
committed
Fixes #27
1 parent e303c92 commit bf35b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Entity/Article.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public function getAuthorUrl()
107107
*/
108108
public function getTags()
109109
{
110-
return $this->data['tags'];
110+
return $this->getOrDefault('tags');
111111
}
112112

113113
/**

0 commit comments

Comments
 (0)