특기 초기화 추가
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user