Update BuyableProduct.php

This commit is contained in:
Patrick
2022-02-05 17:37:37 +01:00
committed by GitHub
parent b2a6bcc568
commit 1ce9babb61

View File

@@ -19,6 +19,7 @@ class BuyableProduct extends Model implements Buyable
'title',
'description',
'price',
'currency',
'weight',
];