Skip to content

Commit

Permalink
Update Tags.php (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xZeus authored Sep 13, 2020
1 parent b79187f commit b061b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tags.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public function resolveAttribute($resource, $attribute = null)
}

return $tags->map(function (Tag $tag) {
return $tag->name;
return e($tag->name);
})->values();
}
}

0 comments on commit b061b0e

Please sign in to comment.