mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-17 05:04:53 +00:00
Further codestyle changes
This commit is contained in:
@@ -5,16 +5,16 @@ namespace Gloudemans\Shoppingcart\Contracts;
|
||||
interface InstanceIdentifier
|
||||
{
|
||||
/**
|
||||
* Get the unique identifier to load the Cart from
|
||||
* Get the unique identifier to load the Cart from.
|
||||
*
|
||||
* @return int|string
|
||||
*/
|
||||
public function getInstanceIdentifier($options = null);
|
||||
|
||||
/**
|
||||
* Get the unique identifier to load the Cart from
|
||||
* Get the unique identifier to load the Cart from.
|
||||
*
|
||||
* @return int|string
|
||||
*/
|
||||
public function getInstanceGlobalDiscount($options = null);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user