Skip to content

Commit

Permalink
lang: add Validation.field_exists
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Nov 8, 2023
1 parent 22f952f commit a0cacb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions system/Language/en/Validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
'differs' => 'The {field} field must differ from the {param} field.',
'equals' => 'The {field} field must be exactly: {param}.',
'exact_length' => 'The {field} field must be exactly {param} characters in length.',
'field_exists' => 'The {field} field must exist.',
'greater_than' => 'The {field} field must contain a number greater than {param}.',
'greater_than_equal_to' => 'The {field} field must contain a number greater than or equal to {param}.',
'hex' => 'The {field} field may only contain hexadecimal characters.',
Expand Down

0 comments on commit a0cacb4

Please sign in to comment.