Explorar el Código

Merge branch 'develop'

master
Guillaume Bourgeois hace 18 horas
padre
commit
93b408994a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      domain/Product/ProductCategory/ProductCategorySearch.php

+ 1
- 1
domain/Product/ProductCategory/ProductCategorySearch.php Ver fichero

@@ -68,7 +68,7 @@ class ProductCategorySearch extends ProductCategory
'query' => $query,
'sort' => ['attributes' => ['name']],
'pagination' => [
'pageSize' => 20,
'pageSize' => 100,
],
]);

Cargando…
Cancelar
Guardar