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:
@@ -2,6 +2,8 @@
|
||||
|
||||
namespace Gloudemans\Shoppingcart\Contracts;
|
||||
|
||||
use Money\Money;
|
||||
|
||||
interface InstanceIdentifier
|
||||
{
|
||||
/**
|
||||
@@ -16,5 +18,5 @@ interface InstanceIdentifier
|
||||
*
|
||||
* @return int|string
|
||||
*/
|
||||
public function getInstanceGlobalDiscount();
|
||||
public function getInstanceGlobalDiscount() : Money;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user