From 9997675b1d7d35708a2129fe4d3b1ce2b59c79c9 Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 18 Aug 2021 20:32:47 +0900 Subject: [PATCH] =?UTF-8?q?fix:=207.2=EC=97=90=EC=84=9C=20=EC=98=A4?= =?UTF-8?q?=EB=8F=99=EC=9E=91=20=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/Command/BaseCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/Command/BaseCommand.php b/hwe/sammo/Command/BaseCommand.php index 65ead2ee..5bc25663 100644 --- a/hwe/sammo/Command/BaseCommand.php +++ b/hwe/sammo/Command/BaseCommand.php @@ -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();