Skip to content

Commit 5a2d0d6

Browse files
committed
Removing phone number
1 parent 4127468 commit 5a2d0d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Travisjryan/Twilio/Commands/TwilioSmsCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function fire()
5252

5353
$this->line($text);
5454

55-
Twilio::message('18085551212', $text);
55+
Twilio::message($this->argument('phone'), $text);
5656

5757

5858
}

0 commit comments

Comments
 (0)