浏览代码

[Frontend] Menu : positioin catégories enfant

feature/export_comptable
Guillaume 4 年前
父节点
当前提交
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;


正在加载...
取消
保存