커맨드 유효성을 2개에서 3개구성으로 변경

This commit is contained in:
2020-05-04 19:51:11 +09:00
parent f25f5008f1
commit 77248ad4d8
100 changed files with 4124 additions and 3420 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ class ScoutMessage extends Message{
'month'=>$this->msgOption['month']
]);
if(!$commandObj->isRunnable()){
if(!$commandObj->hasFullConditionMet()){
$logger->pushGeneralActionLog($commandObj->getFailString());
return self::DECLINED;
}