Update BuyableProduct.php

This commit is contained in:
Patrick
2021-01-18 22:35:20 +01:00
committed by GitHub
parent 1eff96a05e
commit 444bb1d7fd

View File

@@ -27,7 +27,7 @@ class BuyableProduct extends Model implements Buyable
'price' => 10.00, 'price' => 10.00,
'weight' => 0, 'weight' => 0,
]; ];
/** /**
* Get the identifier of the Buyable item. * Get the identifier of the Buyable item.
* *