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

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