Skip to content

Commit

Permalink
One of those days...
Browse files Browse the repository at this point in the history
  • Loading branch information
Gareth Nicholson committed Feb 18, 2021
1 parent af44b42 commit 8f0127e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ClickatellClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function send($to, $message)
'to' => $to,
'content' => $message,
],
])->getBody()->getContents;
])->getBody()->getContents();

$response = json_decode($response, true);

Expand Down

0 comments on commit 8f0127e

Please sign in to comment.