Skip to content

v3.2.1: Marks BaseEntity as a MappedSuperclass

Choose a tag to compare

@thorewi thorewi released this 27 Sep 06:53
· 25 commits to master since this release
Marks the `BaseEntity` as a Doctrine `MappedSuperclass`.

This change allows other entities to inherit from it
without `BaseEntity` being managed as a standalone entity
in the database.