ソースを参照

Merge branch 'dev'

master
コミット
a038781ec1
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      common/models/ProductSearch.php

+ 1
- 1
common/models/ProductSearch.php ファイルの表示

@@ -69,7 +69,7 @@ class ProductSearch extends Product
'query' => $query,
'sort' => ['attributes' => ['order', 'photo', 'name', 'description','active']],
'pagination' => [
'pageSize' => 20,
'pageSize' => 1000,
],
]);

読み込み中…
キャンセル
保存