@@ -38,7 +38,7 @@ discard block |
||
38 | 38 | |
39 | 39 | $this->setupScript($show, $columns); |
40 | 40 | |
41 | - $lists = $columns->map(function ($val, $key) use ($show) { |
|
41 | + $lists = $columns->map(function($val, $key) use ($show) { |
|
42 | 42 | if (empty($show)) { |
43 | 43 | $checked = 'checked'; |
44 | 44 | } else { |
@@ -73,7 +73,7 @@ discard block |
||
73 | 73 | */ |
74 | 74 | protected function getGridColumns() |
75 | 75 | { |
76 | - return $this->grid->columns()->map(function (Grid\Column $column) { |
|
76 | + return $this->grid->columns()->map(function(Grid\Column $column) { |
|
77 | 77 | $name = $column->getName(); |
78 | 78 | |
79 | 79 | if (in_array($name, ['__row_selector__', '__actions__'])) { |