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