diff --git a/src/Cart.php b/src/Cart.php index c73d0e7..5d11fad 100644 --- a/src/Cart.php +++ b/src/Cart.php @@ -98,7 +98,7 @@ class Cart $instance = $instance->getInstanceIdentifier(); } - $this->instance = sprintf('%s.%s', 'cart', $instance); + $this->instance = 'cart.' . $instance; return $this; }