This commit is contained in:
Patrick
2020-08-29 15:35:15 +02:00
committed by GitHub
parent e77fb90104
commit 19b7bdfe1f

View File

@@ -98,7 +98,7 @@ class Cart
$instance = $instance->getInstanceIdentifier(); $instance = $instance->getInstanceIdentifier();
} }
$this->instance = 'cart.' . $instance; $this->instance = 'cart.'.$instance;
return $this; return $this;
} }