버그 수정, 커맨드 사이즈 자동 반영

This commit is contained in:
2020-03-08 13:18:54 +09:00
parent 6722de4173
commit d291d38b38
8 changed files with 47 additions and 9 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
namespace sammo\Constraint;
class NotBeNeutral extends Constraint{
class NotNeutralDestCity extends Constraint{
const REQ_VALUES = Constraint::REQ_DEST_CITY;
public function checkInputValues(bool $throwExeception=true):bool{