Fab 4 роки тому
джерело
коміт
9ae4fb7877
1 змінених файлів з 1 додано та 3 видалено
  1. +1
    -3
      ShopBundle/Repository/ProductCategoryRepository.php

+ 1
- 3
ShopBundle/Repository/ProductCategoryRepository.php Переглянути файл

@@ -34,9 +34,7 @@ class ProductCategoryRepository extends BaseRepository implements DefaultReposit
->andWhere('e.parent is NULL')

->andWhere('e.status = 1')
->orderBy('e.position', 'ASC')
->getQuery()
->getResult();
->orderBy('e.position', 'ASC');

return $query->getQuery()->getResult();


Завантаження…
Відмінити
Зберегти