Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bixuehujin committed Dec 30, 2015
1 parent 59a532e commit 1fee702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ protected function get_http_data()

$body = $request->getBody();
if ($body->count()) {
$request['data'] = $body->all();
$result['data'] = $body->all();
}

if ($_ENV) {
Expand Down

0 comments on commit 1fee702

Please sign in to comment.