Update Buyable.php

This commit is contained in:
Patrick
2022-01-18 01:16:55 +01:00
committed by GitHub
parent c6a60334ee
commit 717c8f5667

View File

@@ -14,7 +14,7 @@ interface Buyable
/** /**
* Get the description or title of the Buyable item. * Get the description or title of the Buyable item.
*/ */
public function getBuyableDescription() : ?string; public function getBuyableDescription(): ?string;
/** /**
* Get the price of the Buyable item. * Get the price of the Buyable item.