We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fa8ed4 commit f70e6f8Copy full SHA for f70e6f8
src/TaggableTrait.php
@@ -88,7 +88,7 @@ public function tagNames()
88
public function tagSlugs()
89
{
90
$tagSlugs = array();
91
- $tagged = $this->tagged()->get(array('tag_slug'));
+ $tagged = $this->tagged;
92
93
foreach($tagged as $tagged) {
94
$tagSlugs[] = $tagged->tag_slug;
0 commit comments