Commit 306e64da21613882abbe026cc6b193023fac3f80
1 parent
0d441cff
Fixes
Showing
1 changed file
with
2 additions
and
3 deletions
Show diff stats
models/OrderProduct.php
@@ -8,13 +8,12 @@ | @@ -8,13 +8,12 @@ | ||
8 | 8 | ||
9 | /** | 9 | /** |
10 | * This is the model class for table "order_product". | 10 | * This is the model class for table "order_product". |
11 | - | ||
12 | * | 11 | * |
13 | -*@property integer $id | 12 | + * @property integer $id |
14 | * @property integer $order_id | 13 | * @property integer $order_id |
15 | * @property integer $variant_id | 14 | * @property integer $variant_id |
16 | * @property string $sku | 15 | * @property string $sku |
17 | - * @property float $price | 16 | + * @property float $price |
18 | * @property integer $count | 17 | * @property integer $count |
19 | * @property Order $order | 18 | * @property Order $order |
20 | * @property Variant $variant | 19 | * @property Variant $variant |