misc: 집합에서 불필요한 조사 제거

This commit is contained in:
2022-07-10 17:12:12 +09:00
parent 73a7bf5a61
commit 93490276fd
+1 -1
View File
@@ -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} 부대원들은 <G><b>{$cityName}</b></>{$josaRo} 집합되었습니다.", ActionLogger::PLAIN);
$targetLogger->pushGeneralActionLog("{$troopName} 부대원들은 <G><b>{$cityName}</b></>{$josaRo} 집합되었습니다.", ActionLogger::PLAIN);
$targetLogger->flush();
}