mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-24 07:55:35 +00:00
Update Buyable.php
This commit is contained in:
@@ -13,10 +13,8 @@ interface Buyable
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the description or title of the Buyable item.
|
* Get the description or title of the Buyable item.
|
||||||
*
|
|
||||||
* @return string
|
|
||||||
*/
|
*/
|
||||||
public function getBuyableDescription();
|
public function getBuyableDescription() : ?string;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the price of the Buyable item.
|
* Get the price of the Buyable item.
|
||||||
|
|||||||
Reference in New Issue
Block a user