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.