Update BuyableProductTrait.php

This commit is contained in:
Patrick
2021-01-18 22:36:07 +01:00
committed by GitHub
parent 60a9b726f1
commit 69447fd82d

View File

@@ -20,7 +20,7 @@ class BuyableProductTrait extends Model implements Buyable
'title',
'description',
'price',
'weight'
'weight',
];
protected $attributes = [