Brick\Money v0.5.2 Release Notes

Release Date: 2021-04-03 // almost 4 years ago
  • 🆕 ✨ New methods

    • Money::allocateWithRemainder()
    • Money::splitWithRemainder()

    These methods perform like their allocate() and split() counterparts, but append the remainder at the end of the returned array instead of spreading it over the first monies.

    Thanks @NCatalani!