Skip to content

v2.1.4: Simplifies entity initialization in BaseForm

Choose a tag to compare

@thorewi thorewi released this 15 May 08:47
· 15 commits to master since this release
Refactors entity initialization logic within the `BaseForm` class to streamline the process.

This change ensures that the entity is initialized only once
and simplifies the conditional logic for invoking the entity
callback if it's callable.