afterValidate()
afterValidate(\Model  $model) : mixed
                afterValidate is called just after model data was validated, you can use this callback to perform any data cleanup or preparation if needed
Parameters
| \Model | $model | Model using this behavior | 
Returns
mixed —False will stop this event from being passed to other behaviors