- Chg:
PasswordTrait
to set default valuenull
toPasswordResetToken
attribute. - Chg: The minimum MySQL version is set to 8.0.
- Chg:
BlameableTrait
When setting host and updater, first check whether it is a string before checking the length to meet the PHP8.1 standard ofstrlen()
.
- Enh: Added
SubsidiaryTrait::hasSubsidiary()
to check whether the entity has the subsidiary or not. - Enh: Added
OperatorTrait
to record operator who operate the entity. - Enh: Added
createdAtToday
andupdatedAtToday
methods to specify the creation time or last updated time as today.