Skip to content

Commit c0b5d28

Browse files
committed
Seems we have a message
1 parent 467f6c8 commit c0b5d28

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
@@ -65,7 +65,7 @@ public function message($to, $message, $mediaUrls = null, array $params = [])
6565
$options['mediaUrl'] = $mediaUrls;
6666
}
6767

68-
return $this->getTwilio()->create($to, $options);
68+
return $this->getTwilio()->messages->create($to, $options);
6969
}
7070

7171
/**

0 commit comments

Comments
 (0)