mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-11 18:54:33 +00:00
Update Cart.php
This commit is contained in:
@@ -98,7 +98,7 @@ class Cart
|
||||
$instance = $instance->getInstanceIdentifier();
|
||||
}
|
||||
|
||||
$this->instance = sprintf('%s.%s', 'cart', $instance);
|
||||
$this->instance = 'cart.' . $instance;
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user