forked from devsam/core
fix: KVStorage deleteValue버그 수정
This commit is contained in:
@@ -276,7 +276,10 @@ class KVStorage
|
||||
{
|
||||
$key = Util::valueFromEnum($key);
|
||||
|
||||
$this->cacheData->remove($key, null);
|
||||
if($this->cacheData !== null){
|
||||
$this->cacheData->remove($key, null);
|
||||
}
|
||||
|
||||
return $this->deleteDBValue($key);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user