버그 수정

This commit is contained in:
2020-04-22 03:05:05 +09:00
parent 5893d853aa
commit 0b825f58cf
4 changed files with 39 additions and 21 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ trait LazyVarUpdater{
return true;
}
protected function unpackAux(){
function unpackAux(){
if($this->raw['auxVar']??null === null){
if(!key_exists('aux', $this->raw)){
throw new \RuntimeException('aux is not set');