mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-11 18:54:33 +00:00
Use the helper method
This commit is contained in:
@@ -813,7 +813,7 @@ class Cart
|
|||||||
$cartItem->setQuantity($qty);
|
$cartItem->setQuantity($qty);
|
||||||
}
|
}
|
||||||
|
|
||||||
$cartItem->setInstance($this->instance);
|
$cartItem->setInstance($this->currentInstance());
|
||||||
|
|
||||||
return $cartItem;
|
return $cartItem;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user