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 581fb31 commit 6164d78Copy full SHA for 6164d78
src/TwilioMmsMessage.php
@@ -15,9 +15,12 @@ class TwilioMmsMessage extends TwilioSmsMessage
15
* Set the alphanumeric sender.
16
*
17
* @param $url
18
+ * @return $this
19
*/
20
public function mediaUrl($url)
21
{
22
$this->mediaUrl = $url;
23
+
24
+ return $this;
25
}
26
src/TwilioSmsMessage.php
@@ -29,9 +29,12 @@ public function getFrom()
29
30
31
* @param $sender
32
33
34
public function sender($sender)
35
36
$this->alphaNumSender = $sender;
37
38
39
40
0 commit comments