diff --git a/hwe/sammo/Constraint/ExistsDestNation.php b/hwe/sammo/Constraint/ExistsDestNation.php index 4e08e1e4..db442c6a 100644 --- a/hwe/sammo/Constraint/ExistsDestNation.php +++ b/hwe/sammo/Constraint/ExistsDestNation.php @@ -1,27 +1,27 @@ -checkInputValues(); - $this->tested = true; - - if($this->destNation['nation']){ - return true; - } - - $this->reason = "멸망한 국가입니다."; - return false; - } +checkInputValues(); + $this->tested = true; + + if($this->destNation['nation']??0){ + return true; + } + + $this->reason = "멸망한 국가입니다."; + return false; + } } \ No newline at end of file