@@ -82,7 +82,7 @@ |
||
| 82 | 82 | } |
| 83 | 83 | |
| 84 | 84 | $this->filter = (new FilterBuilder)->build($this->where); |
| 85 | - if(empty($this->filter)){ |
|
| 85 | + if (empty($this->filter)) { |
|
| 86 | 86 | throw new InvalidValueException('You must define a filter for the search.'); |
| 87 | 87 | } |
| 88 | 88 | |