버그 수정

This commit is contained in:
2020-04-25 04:33:53 +09:00
parent 4524de492d
commit 4bde1ba9f3
12 changed files with 64 additions and 16 deletions
+8
View File
@@ -136,4 +136,12 @@ trait LazyVarUpdater{
}
return $updateVals;
}
function flushUpdateValues():void {
$this->updatedVar = [];
if(key_exists('auxVar', $this->raw)){
$this->auxUpdated = false;
unset($this->raw['auxVar']);
}
}
}