Skip to content

Commit 1ea3519

Browse files
authored
Update validation.php (laravel#5753)
1 parent 472d31e commit 1ea3519

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/lang/en/validation.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
'distinct' => 'The :attribute field has a duplicate value.',
4646
'email' => 'The :attribute must be a valid email address.',
4747
'ends_with' => 'The :attribute must end with one of the following: :values.',
48+
'enum' => 'The selected :attribute is invalid.',
4849
'exists' => 'The selected :attribute is invalid.',
4950
'file' => 'The :attribute must be a file.',
5051
'filled' => 'The :attribute field must have a value.',

0 commit comments

Comments
 (0)