@@ -145,14 +145,14 @@ |
||
| 145 | 145 | private $productUnit; |
| 146 | 146 | |
| 147 | 147 | /** |
| 148 | - * @var Queue |
|
| 149 | - * |
|
| 150 | - * @ORM\ManyToOne(targetEntity="Queue") |
|
| 151 | - * @ORM\JoinColumns({ |
|
| 152 | - * @ORM\JoinColumn(name="queue_id", referencedColumnName="id") |
|
| 153 | - * }) |
|
| 154 | - * @Groups({"product_category:read","product:read","product_group_product:read","order_product:read","order:read","order_details:read","order:write","product:write"}) |
|
| 155 | - */ |
|
| 148 | + * @var Queue |
|
| 149 | + * |
|
| 150 | + * @ORM\ManyToOne(targetEntity="Queue") |
|
| 151 | + * @ORM\JoinColumns({ |
|
| 152 | + * @ORM\JoinColumn(name="queue_id", referencedColumnName="id") |
|
| 153 | + * }) |
|
| 154 | + * @Groups({"product_category:read","product:read","product_group_product:read","order_product:read","order:read","order_details:read","order:write","product:write"}) |
|
| 155 | + */ |
|
| 156 | 156 | private $queue; |
| 157 | 157 | |
| 158 | 158 | /** |