From 93490276fdab9a6f69bed5c8c090022c9f0bd89c Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sun, 10 Jul 2022 17:12:12 +0900 Subject: [PATCH] =?UTF-8?q?misc:=20=EC=A7=91=ED=95=A9=EC=97=90=EC=84=9C=20?= =?UTF-8?q?=EB=B6=88=ED=95=84=EC=9A=94=ED=95=9C=20=EC=A1=B0=EC=82=AC=20?= =?UTF-8?q?=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/Command/General/che_집합.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/Command/General/che_집합.php b/hwe/sammo/Command/General/che_집합.php index f7497099..2e7ef85e 100644 --- a/hwe/sammo/Command/General/che_집합.php +++ b/hwe/sammo/Command/General/che_집합.php @@ -91,7 +91,7 @@ class che_집합 extends Command\GeneralCommand{ } foreach($generalList as $targetGeneralID){ $targetLogger = new ActionLogger($targetGeneralID, $general->getNationID(), $env['year'], $env['month']); - $targetLogger->pushGeneralActionLog("{$troopName}의 부대원들은 {$cityName}{$josaRo} 집합되었습니다.", ActionLogger::PLAIN); + $targetLogger->pushGeneralActionLog("{$troopName} 부대원들은 {$cityName}{$josaRo} 집합되었습니다.", ActionLogger::PLAIN); $targetLogger->flush(); }