Skip to content

Commit d598e45

Browse files
committed
Stupid Styling 😂
1 parent 6032f4e commit d598e45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/FortySixElksSMS.php‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ public function send()
3030
'form_params' => array_merge(
3131
$this->form_params,
3232
[
33-
'from' => $this->from,
34-
'to' => $this->phone_number,
33+
'from' => $this->from,
34+
'to' => $this->phone_number,
3535
'message' => $this->getContent(),
3636
]
3737
),

0 commit comments

Comments
 (0)