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 | 8 | |
9 | 9 | /** |
10 | 10 | * This is the model class for table "order_product". |
11 | - | |
12 | 11 | * |
13 | -*@property integer $id | |
12 | + * @property integer $id | |
14 | 13 | * @property integer $order_id |
15 | 14 | * @property integer $variant_id |
16 | 15 | * @property string $sku |
17 | - * @property float $price | |
16 | + * @property float $price | |
18 | 17 | * @property integer $count |
19 | 18 | * @property Order $order |
20 | 19 | * @property Variant $variant | ... | ... |