|
@@ -20,9 +20,10 @@ abstract class AbstractStorage implements StorageInterface
|
|
|
$prefix = FALSE;
|
|
|
|
|
|
if ($this->options['prefix']) {
|
|
|
- $prefix = str_replace(':', '', $this->options['prefix']) . ':';
|
|
|
+ $prefix = str_replace(':', '', $this->options['prefix']) . '::';
|
|
|
}
|
|
|
|
|
|
$this->prefix = $prefix ?: $this->prefix;
|
|
|
+
|
|
|
}
|
|
|
}
|