You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I add validation rule 'min_length' (set 5) for a filed with name 'name',
return error with message 'The name field must be at least characters in length.'
https://github.com/bcit-ci/CodeIgniter4/blob/develop/system/Validation/Validation.php#L245
Missing $param argument in getErrorMessage
Update:
$this->getErrorMessage($rule, $field, $param);
The text was updated successfully, but these errors were encountered: