Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed May 20, 2018
1 parent 78571fe commit b9291cb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/MoneyComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,12 @@ public function init()
}
}

/**
* @return Money
*/
public function newMoney()
{
return new Money('0', $this->currencyCode);
}

}

0 comments on commit b9291cb

Please sign in to comment.