mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-23 15:41:24 +00:00
Update InstanceIdentifier.php
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
namespace Gloudemans\Shoppingcart\Contracts;
|
namespace Gloudemans\Shoppingcart\Contracts;
|
||||||
|
|
||||||
|
use Money\Money;
|
||||||
|
|
||||||
interface InstanceIdentifier
|
interface InstanceIdentifier
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
@@ -16,5 +18,5 @@ interface InstanceIdentifier
|
|||||||
*
|
*
|
||||||
* @return int|string
|
* @return int|string
|
||||||
*/
|
*/
|
||||||
public function getInstanceGlobalDiscount();
|
public function getInstanceGlobalDiscount() : Money;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user