Skip to content

Commit

Permalink
Correção do erro #1
Browse files Browse the repository at this point in the history
  • Loading branch information
Aldo Anizio Lugão Camacho committed Jan 19, 2016
1 parent f03acb2 commit 860d08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Adapter/GuzzleHttpAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public function put($url, $content = '')
public function post($url, $content = '')
{
$options = [];
$options['body'] = $content;
$options['form_params'] = $content;

try
{
Expand Down

0 comments on commit 860d08b

Please sign in to comment.