diff --git a/src/sammo/KVStorage.php b/src/sammo/KVStorage.php index b8e9cc75..9539c773 100644 --- a/src/sammo/KVStorage.php +++ b/src/sammo/KVStorage.php @@ -97,7 +97,7 @@ class KVStorage public function resetValues(): self { if ($this->cacheData !== null) { - $this->cacheData = []; + $this->cacheData = new Map(); } return $this->resetDBNamespace(); }