Update BuyableProduct.php

This commit is contained in:
Patrick
2021-01-18 22:34:47 +01:00
committed by GitHub
parent f9f072a13b
commit 1eff96a05e

View File

@@ -18,9 +18,9 @@ class BuyableProduct extends Model implements Buyable
'title',
'description',
'price',
'weight'
'weight',
];
protected $attributes = [
'id' => 1,
'name' => 'Item name',