We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65f3331 commit 40cee91Copy full SHA for 40cee91
src/Voice.php
@@ -267,7 +267,7 @@ protected function buildDial($options)
267
if (!isset($options['phoneNumbers'])) {
268
return $this->error('Please specifiy at least one number to dial');
269
}
270
- $phoneNumbers = implode(", ", $options["phoneNumbers"]);
+ $phoneNumbers = implode(",", $options["phoneNumbers"]);
271
272
// Check if ringback tone is set
273
if (isset($options['ringbackTone'])) {
0 commit comments