Skip to content

Commit 3086023

Browse files
Merge pull request #158 from kendugu/patch-1
Typo in mediaUrls variable name
2 parents c121c69 + cb1276f commit 3086023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Twilio.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function message($to, $message, $mediaUrls = null, array $params = [])
6363
$params['from'] = $this->from;
6464
}
6565

66-
if (!empty($medialUrls)) {
66+
if (!empty($mediaUrls)) {
6767
$params['mediaUrl'] = $mediaUrls;
6868
}
6969

0 commit comments

Comments
 (0)