@@ -22,7 +22,7 @@ |
||
| 22 | 22 | public function __construct(Collection $collection) |
| 23 | 23 | { |
| 24 | 24 | $this->collection = $collection; |
| 25 | - $this->query = []; |
|
| 25 | + $this->query = [ ]; |
|
| 26 | 26 | } |
| 27 | 27 | |
| 28 | 28 | /** |