커맨드 유효성을 2개에서 3개구성으로 변경
This commit is contained in:
@@ -14,8 +14,10 @@ class 휴식 extends Command\GeneralCommand{
|
||||
return true;
|
||||
}
|
||||
|
||||
protected function init(){
|
||||
$this->runnableConstraints=[];
|
||||
protected function init()
|
||||
{
|
||||
$this->minConditionConstraints=[];
|
||||
$this->fullConditionConstraints=[];
|
||||
}
|
||||
|
||||
public function getCost():array{
|
||||
|
||||
Reference in New Issue
Block a user