mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-23 23:51:25 +00:00
Update BuyableProductTrait.php
This commit is contained in:
@@ -17,6 +17,8 @@ class BuyableProductTrait extends Model implements Buyable
|
|||||||
protected $fillable = [
|
protected $fillable = [
|
||||||
'id',
|
'id',
|
||||||
'name',
|
'name',
|
||||||
|
'title',
|
||||||
|
'description',
|
||||||
'price',
|
'price',
|
||||||
'weight'
|
'weight'
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user