Commit f7e80ab186a6c8bd1e19e38e51a78f128fd1fc01

Authored by Alexey Boroda
1 parent 2066c031

-Pagination set to 15

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
models/ProductFrontendSearch.php
... ... @@ -112,7 +112,7 @@
112 112 ]
113 113 ),
114 114 'pagination' => [
115   - 'pageSize' => 9,
  115 + 'pageSize' => 15,
116 116 ],
117 117 'sort' => $sort,
118 118 ]
... ...