mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-11 18:54:33 +00:00
Update BuyableProduct.php
This commit is contained in:
@@ -15,6 +15,8 @@ class BuyableProduct 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