fix: 7.2에서 오동작 버그 수정

This commit is contained in:
2021-08-18 20:32:47 +09:00
parent 9ef566f11f
commit 9997675b1d
+1 -1
View File
@@ -18,7 +18,7 @@ abstract class BaseCommand{
static protected $actionName = 'CommandName';
static public $reqArg = false;
static protected $isLazyCalcReqTurn = false;
public ?string $reason;
public $reason;
public function getCommandDetailTitle():string{
return $this->getName();