We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f70e6f8 commit fe4b3c8Copy full SHA for fe4b3c8
src/TaggableTrait.php
@@ -71,7 +71,7 @@ public function tag($tagNames)
71
public function tagNames()
72
{
73
$tagNames = array();
74
- $tagged = $this->tagged()->get(array('tag_name'));
+ $tagged = $this->tagged;
75
76
foreach($tagged as $tagged) {
77
$tagNames[] = $tagged->tag_name;
0 commit comments