@@ -134,7 +134,7 @@ |
||
134 | 134 | |
135 | 135 | $actions = array_merge($actions, $this->appends); |
136 | 136 | |
137 | - if(empty($actions)) { |
|
137 | + if (empty($actions)) { |
|
138 | 138 | $this->grid->columns()->search(function($value, $key) { |
139 | 139 | return $value->getName() == '__actions__' ? $this->grid->columns()->forget($key) : ''; |
140 | 140 | }); |