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