mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-11 18:54:33 +00:00
Update Identifiable.php
This commit is contained in:
@@ -34,7 +34,7 @@ class Identifiable implements InstanceIdentifier
|
||||
*
|
||||
* @return int|string
|
||||
*/
|
||||
public function getInstanceIdentifier($options = null)
|
||||
public function getInstanceIdentifier()
|
||||
{
|
||||
return $this->identifier;
|
||||
}
|
||||
@@ -44,7 +44,7 @@ class Identifiable implements InstanceIdentifier
|
||||
*
|
||||
* @return int|string
|
||||
*/
|
||||
public function getInstanceGlobalDiscount($options = null)
|
||||
public function getInstanceGlobalDiscount()
|
||||
{
|
||||
return $this->discountRate;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user