@@ -15,7 +15,7 @@ |
||
15 | 15 | $this->value = $this->value->toArray(); |
16 | 16 | } |
17 | 17 | |
18 | - return collect((array) $this->value)->map(function ($name, $key) use ($style, $newline) { |
|
18 | + return collect((array) $this->value)->map(function($name, $key) use ($style, $newline) { |
|
19 | 19 | if (($key + 1) % $newline == 0) |
20 | 20 | return "<span class='label label-{$style}'>$name</span><br/>"; |
21 | 21 | else |