Skip to content

Commit 6791dec

Browse files
committed
laravel 5.2.* fix
1 parent 1c47797 commit 6791dec

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Managers/RequestManager.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,13 +183,11 @@ private function sendGuzzleRequest($method, $uriVal, $inputs)
183183
$options = array_add($options, 'body', $inputs);
184184
}
185185

186-
//$request = $client->createRequest($method, $uriVal, $options);
187186
$request = $client->createRequest($method, $uriVal, $options);
188187

189188

190189
try {
191190
$response = $client->send($request);
192-
echo $response->getBody();
193191
} catch (ClientException $ex) {
194192
$response = $ex->getResponse();
195193
}

0 commit comments

Comments
 (0)