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