We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdeaff4 commit 752001bCopy full SHA for 752001b
src/Twilio.php
@@ -66,7 +66,7 @@ protected function sendSmsMessage($message, $to)
66
$params['messagingServiceSid'] = $serviceSid;
67
}
68
69
- $this->twilioService->messages->create($to, $params);
+ return $this->twilioService->messages->create($to, $params);
70
71
72
protected function makeCall($message, $to)
0 commit comments