Issue #532 fixed
This commit is contained in:
parent
fa8aa2f66e
commit
2b382df075
|
|
@ -470,7 +470,7 @@ class ProductRepository extends Repository
|
|||
}
|
||||
});
|
||||
|
||||
return $qb;
|
||||
return $qb->groupBy('product_flat.id');
|
||||
})->paginate(isset($params['limit']) ? $params['limit'] : 9);
|
||||
|
||||
return $results;
|
||||
|
|
|
|||
Loading…
Reference in New Issue