Skip to content

Commit

Permalink
Bug fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
IsraelOrtuno committed Dec 15, 2015
1 parent f6b60cc commit fbee8a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function isSuccess()
public function getData()
{
if ($this->isSuccess() && isset($this->getContent()->data)) {
return $this->getContent->data;
return $this->getContent()->data;
}

return null;
Expand Down

0 comments on commit fbee8a1

Please sign in to comment.