Update BuyableProductTrait.php

This commit is contained in:
Patrick
2021-01-18 22:35:53 +01:00
committed by GitHub
parent 444bb1d7fd
commit 60a9b726f1

View File

@@ -22,7 +22,7 @@ class BuyableProductTrait extends Model implements Buyable
'price',
'weight'
];
protected $attributes = [
'id' => 1,
'name' => 'Item name',