Skip to content

Commit

Permalink
Fixed newly style ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cesargb committed Sep 28, 2017
1 parent 1627fb6 commit 9f3276a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Http.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function sendHttp($verb, $path, array $headers, array $data = [])
return $sms->sendHttp($verb, $path, $headers, $data);
} elseif ($version[0] === '5') {
$sms = new GuzzleV5();

return $sms->sendHttp($verb, $path, $headers, $data);
}
}
Expand Down

0 comments on commit 9f3276a

Please sign in to comment.