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