We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f1bdf7 commit 37171aeCopy full SHA for 37171ae
src/Forms/Form.php
@@ -246,7 +246,7 @@ public function getCleanedField(string $field_name)
246
* @param string $field_name Name of field to check
247
* @return boolean
248
*/
249
- public function hasError($field_name)
+ public function hasErrors($field_name)
250
{
251
return array_key_exists($field_name, $this->errors);
252
}
0 commit comments