Skip to content

Commit

Permalink
Merge pull request #2 from andreybolonin/master
Browse files Browse the repository at this point in the history
Update client.php
  • Loading branch information
oceanapplications authored Feb 1, 2017
2 parents 679f4f2 + 2eacf93 commit 05e2db2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/client.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@ public function currencies($currencies)
/**
* @param $from
*
* @return mixed
* @return $this
*/
public function from($from)
{
$this->from = $from;

return $from;
return $this;
}

/**
Expand Down

0 comments on commit 05e2db2

Please sign in to comment.