Hi!
Currently, when you validate an entity, you should call validate () and get the result using the isValid () method, but it is more efficient to just call validate () and get the result.
I checked the files and in BaseEntity when calling the isValid () method, the validation() method is already executed internally! I think we can improve the documentation with this information.
Hi! Currently, when you validate an entity, you should call validate () and get the result using the isValid () method, but it is more efficient to just call validate () and get the result.
Is Bad:
Is Cool: