Skip to content

Commit 40db65d

Browse files
freekmurzeactions-user
authored andcommitted
Fix styling
1 parent dd6f072 commit 40db65d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HasTags.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ protected static function convertToTags($values, $type = null, $locale = null)
190190
if ($values instanceof Tag) {
191191
$values = [$values];
192192
}
193-
193+
194194
return collect($values)->map(function ($value) use ($type, $locale) {
195195
if ($value instanceof Tag) {
196196
if (isset($type) && $value->type != $type) {

0 commit comments

Comments
 (0)