버그 수정

This commit is contained in:
2020-04-24 00:44:31 +09:00
parent ffa37160a5
commit 961414559f
10 changed files with 114 additions and 46 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 null;
}
if(!key_exists('destCityID', $this->arg)){
return false;
}