Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
romanmatyus committed May 11, 2018
1 parent bd46f23 commit d4c7f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class SmsPresenter extends Presenter
{
$message = $this->messageFactory->create();
$message->setFrom('Example.com')
->setNumber($to)
->setTo($to)
->setMessage($text);
try {
$this->SMSender->send($message);
Expand Down

0 comments on commit d4c7f5d

Please sign in to comment.