Update CartModel.php

This commit is contained in:
Patrick
2022-02-08 23:45:02 +01:00
committed by GitHub
parent 3927c5eb04
commit 1908196f74

View File

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