Skip to content

Commit

Permalink
TransactionBuilder - setMemo now returns $this
Browse files Browse the repository at this point in the history
  • Loading branch information
zulucrypto committed Aug 12, 2018
1 parent eb22c4a commit 0082a84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Transaction/TransactionBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -602,5 +602,7 @@ public function getMemo()
public function setMemo($memo)
{
$this->memo = $memo;

return $this;
}
}

0 comments on commit 0082a84

Please sign in to comment.