@@ -147,7 +147,7 @@ |
||
147 | 147 | return $this; |
148 | 148 | } |
149 | 149 | |
150 | - private function ensureFilterIsValid($filters ) |
|
150 | + private function ensureFilterIsValid($filters) |
|
151 | 151 | { |
152 | 152 | if (!is_array($filters)) { |
153 | 153 | throw new InvalidFiltersException("Wrong query string exception: " . var_export($filters, true) . "\n Please check query string should be something like this http://127.0.0.1:8000/?filtering[status]=todo"); |