Skip to content

Commit

Permalink
cs.
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue committed Jul 7, 2017
1 parent 86bf08d commit 26b6ef3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Gateways/HuaxinGateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ class HuaxinGateway extends Gateway
*/
public function send($to, MessageInterface $message, Config $config)
{
$endpoint = $this->buildEndpoint(
$config->get('ip')
);
$endpoint = $this->buildEndpoint($config->get('ip'));

$result = $this->post($endpoint, [
'userid' => $config->get('user_id'),
Expand Down

0 comments on commit 26b6ef3

Please sign in to comment.