Skip to content

Commit 19f0be8

Browse files
committed
fix styles
1 parent 6156ca2 commit 19f0be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Helpers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ public function checkVersion(): bool
139139
*/
140140
public function flattenArray(array $items): array
141141
{
142-
return collect($items)->map(function($item) {
142+
return collect($items)->map(function ($item) {
143143
return is_string($item) ? explode('|', $item): $item;
144144
})->flatten()->all();
145145
}

0 commit comments

Comments
 (0)