@@ -39,7 +39,7 @@ |
||
39 | 39 | { |
40 | 40 | $results = parent::get($columns); |
41 | 41 | |
42 | - if (! $this->groupLimit) { |
|
42 | + if (!$this->groupLimit) { |
|
43 | 43 | return $results; |
44 | 44 | } |
45 | 45 |