From 592903f3f8a9953fee37487885619d5e00c5ff54 Mon Sep 17 00:00:00 2001 From: hide_d Date: Mon, 4 May 2020 20:52:33 +0900 Subject: [PATCH] =?UTF-8?q?testPermissionToReserve=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 | 6 ------ 1 file changed, 6 deletions(-) diff --git a/hwe/sammo/Command/BaseCommand.php b/hwe/sammo/Command/BaseCommand.php index d1a5e749..ceb9cbbb 100644 --- a/hwe/sammo/Command/BaseCommand.php +++ b/hwe/sammo/Command/BaseCommand.php @@ -272,12 +272,6 @@ abstract class BaseCommand{ } public function testPermissionToReserve():?string{ - if(!$this->isArgValid()){ - $this->reasonNoPermissionToReserve = '인자가 올바르지 않습니다.'; - $this->cachedPermissionToReserve = true; - return $this->reasonNoPermissionToReserve; - } - if($this->cachedPermissionToReserve){ return $this->reasonNoPermissionToReserve; }