Skip to content

v3.2.2: Removes BaseEntity and moves isNew() to Identifier trait

Choose a tag to compare

@thorewi thorewi released this 28 Sep 13:53
· 24 commits to master since this release
Removes the BaseEntity class as it was redundant.

Moves the isNew() method to the Identifier trait, as it's directly related to the identifier logic and provides a more consistent and encapsulated approach for checking entity freshness.