Skip to content

Commit

Permalink
Lowercase B
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelMwangiW committed Jun 7, 2024
1 parent 0a497d4 commit 31b3f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ValueObjects/Voice/Dial.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function build(): string
}

if ($this->ringBackTone) {
$options .= " ringBackTone=\"{$this->ringBackTone}\"";
$options .= " ringbackTone=\"{$this->ringBackTone}\"";
}

if ($this->callerId) {
Expand Down

0 comments on commit 31b3f51

Please sign in to comment.