@@ -88,7 +88,7 @@ |
||
| 88 | 88 | */ |
| 89 | 89 | protected function applyProductFilters() |
| 90 | 90 | { |
| 91 | - $this->query->where(function ($q) { |
|
| 91 | + $this->query->where(function($q) { |
|
| 92 | 92 | foreach ($this->category->filters as $filter) { |
| 93 | 93 | $right = $filter->getRightClause(); |
| 94 | 94 | $q->where($filter->left, $filter->comparator, $right); |