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.
in_db
1 parent 2fa10ce commit e3e617cCopy full SHA for e3e617c
system/Language/en/Validation.php
@@ -35,6 +35,7 @@
35
'greater_than' => 'The {field} field must contain a number greater than {param}.',
36
'greater_than_equal_to' => 'The {field} field must contain a number greater than or equal to {param}.',
37
'in_list' => 'The {field} field must be one of: {param}.',
38
+ 'in_db' => 'The {field} field must contain a previously existing value in the database.',
39
'integer' => 'The {field} field must contain an integer.',
40
'is_natural' => 'The {field} field must only contain digits.',
41
'is_natural_no_zero' => 'The {field} field must only contain digits and must be greater than zero.',
0 commit comments