瀏覽代碼

Merge branch 'develop' of https://gitea.laclic.fr/Laclic/LcShopBundle into develop

feature/export_comptable
Fab 4 年之前
父節點
當前提交
a21a0a1590
共有 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;


Loading…
取消
儲存