Update BuyableProductTrait.php

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

View File

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