버그 수정

This commit is contained in:
2020-04-23 01:11:40 +09:00
parent d856d12126
commit ffa37160a5
2 changed files with 5 additions and 1 deletions
+3
View File
@@ -31,6 +31,9 @@ class che_수몰 extends Command\NationCommand{
static public $reqArg = true;
protected function argTest():bool{
if($this->arg === null){
return false;
}
if(!key_exists('destCityID', $this->arg)){
return false;
}