mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-11 18:54:33 +00:00
Remove leftover typehint
This commit is contained in:
@@ -90,7 +90,7 @@ class CartItem implements Arrayable, Jsonable
|
|||||||
*
|
*
|
||||||
* @var float
|
* @var float
|
||||||
*/
|
*/
|
||||||
private float $discountRate = 0;
|
private $discountRate = 0;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CartItem constructor.
|
* CartItem constructor.
|
||||||
|
|||||||
Reference in New Issue
Block a user