From e77fb9010408ee6e5682c5b50b4f1f0c4b8fc265 Mon Sep 17 00:00:00 2001 From: Patrick Date: Sat, 29 Aug 2020 15:34:30 +0200 Subject: [PATCH] Update Cart.php --- src/Cart.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }