Skip to content

Commit

Permalink
Update AbstractRequest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Dumkaaa authored Oct 16, 2018
1 parent 19c51e9 commit 529b178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Message/AbstractRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ public function sendData($data)
],
$data
);

$httpResponse = $this->httpClient->request(
$this->getHttpMethod(),
$url,
Expand Down

0 comments on commit 529b178

Please sign in to comment.