@@ -159,10 +159,10 @@ |
||
159 | 159 | private $queue; |
160 | 160 | |
161 | 161 | /** |
162 | - * @var Collection|ProductGroupProduct[] |
|
163 | - * @ORM\OneToMany(targetEntity="ProductGroupProduct", mappedBy="productChild") |
|
164 | - * @Groups({"product_group_product:read"}) |
|
165 | - */ |
|
162 | + * @var Collection|ProductGroupProduct[] |
|
163 | + * @ORM\OneToMany(targetEntity="ProductGroupProduct", mappedBy="productChild") |
|
164 | + * @Groups({"product_group_product:read"}) |
|
165 | + */ |
|
166 | 166 | private $childProducts; |
167 | 167 | |
168 | 168 |