From 717c8f56675e0a38d9f11d2cc3b64aea2639c681 Mon Sep 17 00:00:00 2001 From: Patrick Date: Tue, 18 Jan 2022 01:16:55 +0100 Subject: [PATCH] Update Buyable.php --- src/Contracts/Buyable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Contracts/Buyable.php b/src/Contracts/Buyable.php index 4666b36..a6baff5 100644 --- a/src/Contracts/Buyable.php +++ b/src/Contracts/Buyable.php @@ -14,7 +14,7 @@ interface Buyable /** * Get the description or title of the Buyable item. */ - public function getBuyableDescription() : ?string; + public function getBuyableDescription(): ?string; /** * Get the price of the Buyable item.