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,6 +24,7 @@ class CartModel extends Model
|
||||
protected $fillable = [
|
||||
'identifier',
|
||||
'instance',
|
||||
'discount_rate'
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user