@@ -41,7 +41,7 @@ discard block |
||
41 | 41 | |
42 | 42 | $this->setupScript(); |
43 | 43 | |
44 | - $lists = $columns->map(function ($val, $key) use ($show) { |
|
44 | + $lists = $columns->map(function($val, $key) use ($show) { |
|
45 | 45 | if (empty($show)) { |
46 | 46 | $checked = 'checked'; |
47 | 47 | } else { |
@@ -92,7 +92,7 @@ discard block |
||
92 | 92 | */ |
93 | 93 | protected function getGridColumns() |
94 | 94 | { |
95 | - return $this->grid->columns()->map(function (Grid\Column $column) { |
|
95 | + return $this->grid->columns()->map(function(Grid\Column $column) { |
|
96 | 96 | $name = $column->getName(); |
97 | 97 | |
98 | 98 | if (in_array($name, ['__row_selector__', '__actions__'])) { |