Update InstanceIdentifier.php

This commit is contained in:
Patrick
2022-02-03 00:22:57 +01:00
committed by GitHub
parent ad95835db0
commit aa125ddc87

View File

@@ -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;
}