diff --git a/tests/Fixtures/BuyableProduct.php b/tests/Fixtures/BuyableProduct.php index 84e452f..be0dc7c 100644 --- a/tests/Fixtures/BuyableProduct.php +++ b/tests/Fixtures/BuyableProduct.php @@ -27,7 +27,7 @@ class BuyableProduct extends Model implements Buyable 'price' => 10.00, 'weight' => 0, ]; - + /** * Get the identifier of the Buyable item. *