실패 메시지 수정

This commit is contained in:
2020-05-26 10:44:55 +09:00
parent 10c2f222e1
commit bf7ffda252
+1 -1
View File
@@ -31,7 +31,7 @@ class OccupiedDestCity extends Constraint{
return true; return true;
} }
$this->reason = "아국이 아닙니다."; $this->reason = "대상 도시가 아국이 아닙니다.";
return false; return false;
} }
} }