Yarik
/
artbox-ecommerce
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
f7e80ab186a6c8bd1e19e38e51a78f128fd1fc01
Authored by
Alexey Boroda
2017-09-26 15:42:00 +0300
1 parent
2066c031
-Pagination set to 15
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
models/ProductFrontendSearch.php
Inline
Side-by-side
models/ProductFrontendSearch.php
Wrap text
Show/Hide comments
View file @
f7e80ab
...
...
@@ -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
]
...
...