mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-23 15:41:24 +00:00
Update CartModel.php
This commit is contained in:
@@ -24,6 +24,7 @@ class CartModel extends Model
|
|||||||
protected $fillable = [
|
protected $fillable = [
|
||||||
'identifier',
|
'identifier',
|
||||||
'instance',
|
'instance',
|
||||||
|
'discount_rate'
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user