mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-11 18:54:33 +00:00
Update InstanceIdentifier.php
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user