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 472d31e commit 1ea3519Copy full SHA for 1ea3519
resources/lang/en/validation.php
@@ -45,6 +45,7 @@
45
'distinct' => 'The :attribute field has a duplicate value.',
46
'email' => 'The :attribute must be a valid email address.',
47
'ends_with' => 'The :attribute must end with one of the following: :values.',
48
+ 'enum' => 'The selected :attribute is invalid.',
49
'exists' => 'The selected :attribute is invalid.',
50
'file' => 'The :attribute must be a file.',
51
'filled' => 'The :attribute field must have a value.',
0 commit comments