Commit c242d006db8083a33a0acee3bc9ed59195328682

Authored by Administrator
1 parent 2b29877e

add create_item to translate

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
models/ProductFrontendSearch.php
@@ -100,7 +100,7 @@ @@ -100,7 +100,7 @@
100 'allModels' => $this->getSearchQuery($category, $params, $in_stock) 100 'allModels' => $this->getSearchQuery($category, $params, $in_stock)
101 ->with('variant', 'videos')->all(), 101 ->with('variant', 'videos')->all(),
102 'pagination' => [ 102 'pagination' => [
103 - 'pageSize' => 10, 103 + 'pageSize' => 11,
104 ], 104 ],
105 'sort' => $sort, 105 'sort' => $sort,
106 ] 106 ]