From 9a50bb2a599f637641135e4adeed3d7357066554 Mon Sep 17 00:00:00 2001 From: Patrick Date: Tue, 18 Jan 2022 00:28:59 +0100 Subject: [PATCH] Update InstanceIdentifier.php --- src/Contracts/InstanceIdentifier.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Contracts/InstanceIdentifier.php b/src/Contracts/InstanceIdentifier.php index 277ab89..6c30cc2 100644 --- a/src/Contracts/InstanceIdentifier.php +++ b/src/Contracts/InstanceIdentifier.php @@ -9,12 +9,12 @@ interface InstanceIdentifier * * @return int|string */ - public function getInstanceIdentifier($options = null); + public function getInstanceIdentifier(); /** * Get the unique identifier to load the Cart from. * * @return int|string */ - public function getInstanceGlobalDiscount($options = null); + public function getInstanceGlobalDiscount(); }