Passed
Push — master ( 6a6590...3d4bfe )
by Bas
18:29
created
src/Query/Builder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -178,7 +178,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.