Update BuyableProduct.php

This commit is contained in:
Patrick
2021-01-18 22:32:59 +01:00
committed by GitHub
parent daca090c15
commit 209a813a8f

View File

@@ -15,6 +15,8 @@ class BuyableProduct extends Model implements Buyable
protected $fillable = [
'id',
'name',
'title',
'description',
'price',
'weight'
];