ResetPasswordRemoveExpiredCommand::class is now final via @final annotation. In version v2.0.0 this annotation will be replaced with the final PHP keyword - preventing it from being extended.
If customization is needed, creating a new command in userland is recommended.
ResetPasswordRemoveExpiredCommand::class
is now final via@final
annotation. In versionv2.0.0
this annotation will be replaced with thefinal
PHP keyword - preventing it from being extended.If customization is needed, creating a new command in userland is recommended.
refs #290