Update Cart.php

This commit is contained in:
Patrick
2020-08-29 15:34:30 +02:00
committed by GitHub
parent 085693def0
commit e77fb90104

View File

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