Skip to content

Commit

Permalink
Merge branch 'patch-1' of https://github.com/mohamedsabil83/framework
Browse files Browse the repository at this point in the history
…into mohamedsabil83-patch-1
  • Loading branch information
taylorotwell committed Nov 29, 2016
2 parents 7ff1a9c + 05843b9 commit cfba9f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Illuminate/Notifications/Channels/NexmoSmsChannel.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public function send($notifiable, Notification $notification)
}

return $this->nexmo->message()->send([
'type' => 'unicode',
'from' => $message->from ?: $this->from,
'to' => $to,
'text' => trim($message->content),
Expand Down

0 comments on commit cfba9f7

Please sign in to comment.