Skip to content

Commit 1fee702

Browse files
committed
Fixed typo
1 parent 59a532e commit 1fee702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ protected function get_http_data()
6262

6363
$body = $request->getBody();
6464
if ($body->count()) {
65-
$request['data'] = $body->all();
65+
$result['data'] = $body->all();
6666
}
6767

6868
if ($_ENV) {

0 commit comments

Comments
 (0)