Completed
Push — master ( edf6b0...6c806a )
by Scott
02:23
created
classes/ProductsQuery.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.