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 4127468 commit 5a2d0d6Copy full SHA for 5a2d0d6
src/Travisjryan/Twilio/Commands/TwilioSmsCommand.php
@@ -52,7 +52,7 @@ public function fire()
52
53
$this->line($text);
54
55
- Twilio::message('18085551212', $text);
+ Twilio::message($this->argument('phone'), $text);
56
57
58
}
0 commit comments