コード例 #1
0
ファイル: TwilioSMS.php プロジェクト: nikolaposa/notify
 private function buildPayload()
 {
     return ['From' => $this->message->getSender()->getContact()->getValue(), 'Body' => $this->message->getContent()];
 }
コード例 #2
0
ファイル: PlivoSMS.php プロジェクト: nikolaposa/notify
 private function buildPayloadSourceString()
 {
     return $this->message->getSender()->getContact()->getValue();
 }