Update CartModel.php

This commit is contained in:
Patrick
2022-02-09 00:06:52 +01:00
committed by GitHub
parent 978319d4c6
commit 185bd8b62b

View File

@@ -24,7 +24,7 @@ class CartModel extends Model
protected $fillable = [ protected $fillable = [
'identifier', 'identifier',
'instance', 'instance',
'discount_rate' 'tax_rate'
]; ];
/** /**