mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-19 22:05:18 +00:00
Update Buyable.php
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user