sendToSender() 반환값

This commit is contained in:
2018-04-10 02:52:18 +09:00
parent 7ef9a2fdca
commit fe4823bb8d
+1 -1
View File
@@ -251,7 +251,7 @@ class Message
if($this->msgType === self::MSGTYPE_NATIONAL && $this->src->nationID !== $this->dest->nationID){ if($this->msgType === self::MSGTYPE_NATIONAL && $this->src->nationID !== $this->dest->nationID){
return $this->sendRaw($this->src->nationID + self::MAILBOX_NATIONAL); return $this->sendRaw($this->src->nationID + self::MAILBOX_NATIONAL);
} }
return 0; return [0, 0];
} }
protected function sendToReceiver() : int{ protected function sendToReceiver() : int{