Skip to content

Commit

Permalink
Merge pull request #158 from kendugu/patch-1
Browse files Browse the repository at this point in the history
Typo in mediaUrls variable name
  • Loading branch information
hannesvdvreken authored Aug 24, 2018
2 parents c121c69 + cb1276f commit 3086023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Twilio.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function message($to, $message, $mediaUrls = null, array $params = [])
$params['from'] = $this->from;
}

if (!empty($medialUrls)) {
if (!empty($mediaUrls)) {
$params['mediaUrl'] = $mediaUrls;
}

Expand Down

0 comments on commit 3086023

Please sign in to comment.