mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-24 07:55:35 +00:00
Update InstanceIdentifier.php
This commit is contained in:
@@ -2,8 +2,6 @@
|
|||||||
|
|
||||||
namespace Gloudemans\Shoppingcart\Contracts;
|
namespace Gloudemans\Shoppingcart\Contracts;
|
||||||
|
|
||||||
use Money\Money;
|
|
||||||
|
|
||||||
interface InstanceIdentifier
|
interface InstanceIdentifier
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
@@ -15,8 +13,6 @@ interface InstanceIdentifier
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the unique identifier to load the Cart from.
|
* Get the unique identifier to load the Cart from.
|
||||||
*
|
|
||||||
* @return int|string
|
|
||||||
*/
|
*/
|
||||||
public function getInstanceGlobalDiscount(): float;
|
public function getInstanceGlobalDiscount(): float;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user