등용장 거절시 함수명 버그 수정

This commit is contained in:
2018-04-14 23:46:02 +09:00
parent 879a1e1c61
commit 9fb455d38a
+1 -1
View File
@@ -131,7 +131,7 @@ class ScoutMessage extends Message{
throw \RuntimeException('전송되지 않은 메시지에 거절 진행 중');
}
list($result, $reason) = $this->checkDeclineValidation($receiverID);
list($result, $reason) = $this->checkScoutMessageValidation($receiverID);
if($result === self::INVALID){
pushGenLog(['no'=>$receiverID], ["<C>●</>{$reason} 등용 수락 불가."]);