From cbcc8efaa05a388a3821a04ecd3835d17e859510 Mon Sep 17 00:00:00 2001 From: Patrick Date: Thu, 3 Feb 2022 00:38:05 +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 e2db9f6..800ba1a 100644 --- a/tests/Fixtures/BuyableProduct.php +++ b/tests/Fixtures/BuyableProduct.php @@ -60,7 +60,7 @@ class BuyableProduct extends Model implements Buyable /** * Get the price of the Buyable item. */ - public function getBuyableWeight(): float + public function getBuyableWeight(): int { return $this->weight; }