@@ -31,7 +31,7 @@ |
||
31 | 31 | public function addSelect($_) |
32 | 32 | { |
33 | 33 | RecursiveArgs::each(func_get_args(), function ($arg) { |
34 | - $this->selectClauses[] = $arg; |
|
34 | + $this->selectClauses[] = $arg; |
|
35 | 35 | }); |
36 | 36 | |
37 | 37 | return $this; |