Просмотр исходного кода

[Frontend] Menu : positioin catégories enfant

feature/export_comptable
Guillaume 4 лет назад
Родитель
Сommit
508737cd3c
1 измененных файлов: 1 добавлений и 0 удалений
  1. +1
    -0
      ShopBundle/Model/ProductCategory.php

+ 1
- 0
ShopBundle/Model/ProductCategory.php Просмотреть файл

@@ -29,6 +29,7 @@ abstract class ProductCategory extends AbstractDocumentEntity implements TreeInt

/**
* @ORM\OneToMany(targetEntity="Lc\ShopBundle\Context\ProductCategoryInterface", mappedBy="parent" , fetch="EAGER"))
* @ORM\OrderBy({"position" = "ASC"})
*/
protected $childrens;


Загрузка…
Отмена
Сохранить