File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 'greater_than ' => 'The {field} field must contain a number greater than {param}. ' ,
3636 'greater_than_equal_to ' => 'The {field} field must contain a number greater than or equal to {param}. ' ,
3737 '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. ' ,
3938 'integer ' => 'The {field} field must contain an integer. ' ,
4039 'is_natural ' => 'The {field} field must only contain digits. ' ,
4140 'is_natural_no_zero ' => 'The {field} field must only contain digits and must be greater than zero. ' ,
41+ 'is_no_unique ' => 'The {field} field must contain a previously existing value in the database. ' ,
4242 'is_unique ' => 'The {field} field must contain a unique value. ' ,
4343 'less_than ' => 'The {field} field must contain a number less than {param}. ' ,
4444 'less_than_equal_to ' => 'The {field} field must contain a number less than or equal to {param}. ' ,
You can’t perform that action at this time.
0 commit comments