Skip to content

Commit cb1276f

Browse files
author
Kenneth Keegan
authored
Typo in mediaUrls variable name
1 parent d358283 commit cb1276f

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)