Skip to content
This repository was archived by the owner on Mar 29, 2019. It is now read-only.

Commit 6b7141d

Browse files
committed
Removed usage of deprecated method
1 parent 0213869 commit 6b7141d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ try {
4949
));
5050

5151
var_dump($response->getHeaders());
52-
echo $response->getBody();
52+
echo $response->getResponse();
5353

5454
} catch (Curl\CurlException $e) {
5555
echo $e->getMessage();

0 commit comments

Comments
 (0)