[Api] Remove deprecated after method, in Api Validated Request
aedart opened this issue · 0 comments
aedart commented
Description
The after()
method has been deprecated and needs to be removed. Note that this will be a breaking change.
Furthermore, the disabled "after validation rules" feature must be re-enabled (remove the getValidatorInstance()
overwrite).
See #167 for details.
Lastly, a few other abstractions overwrite / use the after()
method. These will also have to be adapted.