We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 467f6c8 commit c0b5d28Copy full SHA for c0b5d28
src/Twilio.php
@@ -65,7 +65,7 @@ public function message($to, $message, $mediaUrls = null, array $params = [])
65
$options['mediaUrl'] = $mediaUrls;
66
}
67
68
- return $this->getTwilio()->create($to, $options);
+ return $this->getTwilio()->messages->create($to, $options);
69
70
71
/**
0 commit comments