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