From 444bb1d7fd1038133d0b521ad591b4e116985003 Mon Sep 17 00:00:00 2001 From: Patrick Date: Mon, 18 Jan 2021 22:35:20 +0100 Subject: [PATCH] Update BuyableProduct.php --- tests/Fixtures/BuyableProduct.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. *