Skip to content

Commit 8656194

Browse files
committed
Code style change
1 parent c537e1e commit 8656194

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/FortySixElksSMS.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ public function send()
3232
'to' => $this->phone_number,
3333
'message' => $this->getContent(),
3434
]
35-
)
36-
35+
),
3736
]);
3837
} catch (\GuzzleHttp\Exception\BadResponseException $e) {
3938
$response = $e->getResponse();

0 commit comments

Comments
 (0)