Преглед на файлове

Correftif bug

reduction
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();


Loading…
Отказ
Запис