특기 초기화 추가

This commit is contained in:
2020-05-09 13:14:11 +09:00
parent 7104d983cd
commit ad868f1df3
7 changed files with 188 additions and 11 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ trait LazyVarUpdater{
}
function unpackAux(){
if($this->raw['auxVar']??null === null){
if(($this->raw['auxVar']??null) === null){
if(!key_exists('aux', $this->raw)){
throw new \RuntimeException('aux is not set');
}