fix: KVStorage에서 Map으로 안 바뀐 코드 수정
This commit is contained in:
@@ -97,7 +97,7 @@ class KVStorage
|
|||||||
public function resetValues(): self
|
public function resetValues(): self
|
||||||
{
|
{
|
||||||
if ($this->cacheData !== null) {
|
if ($this->cacheData !== null) {
|
||||||
$this->cacheData = [];
|
$this->cacheData = new Map();
|
||||||
}
|
}
|
||||||
return $this->resetDBNamespace();
|
return $this->resetDBNamespace();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user