Browse Source

Merge branch 'develop'

master
Guillaume Bourgeois 5 days ago
parent
commit
93b408994a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      domain/Product/ProductCategory/ProductCategorySearch.php

+ 1
- 1
domain/Product/ProductCategory/ProductCategorySearch.php View File

'query' => $query, 'query' => $query,
'sort' => ['attributes' => ['name']], 'sort' => ['attributes' => ['name']],
'pagination' => [ 'pagination' => [
'pageSize' => 20,
'pageSize' => 100,
], ],
]); ]);

Loading…
Cancel
Save