Procházet zdrojové kódy

[Frontend] Menu : positioin catégories enfant

feature/export_comptable
Guillaume před 4 roky
rodič
revize
508737cd3c
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. +1
    -0
      ShopBundle/Model/ProductCategory.php

+ 1
- 0
ShopBundle/Model/ProductCategory.php Zobrazit soubor

@@ -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;


Načítá se…
Zrušit
Uložit