@@ -178,7 +178,7 @@ |
||
178 | 178 | */ |
179 | 179 | public function get($columns = ['*']) |
180 | 180 | { |
181 | - $results = collect($this->onceWithColumns(Arr::wrap($columns), function () { |
|
181 | + $results = collect($this->onceWithColumns(Arr::wrap($columns), function() { |
|
182 | 182 | return $this->runSelect(); |
183 | 183 | })); |
184 | 184 |