From 19b7bdfe1fa1e6203fa76ea30d6584ab405c91dd Mon Sep 17 00:00:00 2001 From: Patrick Date: Sat, 29 Aug 2020 15:35:15 +0200 Subject: [PATCH] StyleCI --- src/Cart.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cart.php b/src/Cart.php index 5d11fad..a28e1ec 100644 --- a/src/Cart.php +++ b/src/Cart.php @@ -98,7 +98,7 @@ class Cart $instance = $instance->getInstanceIdentifier(); } - $this->instance = 'cart.' . $instance; + $this->instance = 'cart.'.$instance; return $this; }