mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-23 23:51:25 +00:00
Update InstanceIdentifier.php
This commit is contained in:
@@ -9,12 +9,12 @@ interface InstanceIdentifier
|
|||||||
*
|
*
|
||||||
* @return int|string
|
* @return int|string
|
||||||
*/
|
*/
|
||||||
public function getInstanceIdentifier($options = null);
|
public function getInstanceIdentifier();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the unique identifier to load the Cart from.
|
* Get the unique identifier to load the Cart from.
|
||||||
*
|
*
|
||||||
* @return int|string
|
* @return int|string
|
||||||
*/
|
*/
|
||||||
public function getInstanceGlobalDiscount($options = null);
|
public function getInstanceGlobalDiscount();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user