You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In documentation you say that "Money is value object - it's immutable." and yet it has public setAmount($amount) and public setCurrency($currency) methods. Something doesn't add up here.
The text was updated successfully, but these errors were encountered:
In documentation you say that "Money is value object - it's immutable." and yet it has
public setAmount($amount)
andpublic setCurrency($currency)
methods. Something doesn't add up here.The text was updated successfully, but these errors were encountered: