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 8a49b4f commit f8e58ceCopy full SHA for f8e58ce
resources/lang/en/validation.php
@@ -60,7 +60,7 @@
60
'regex' => 'The :attribute format is invalid.',
61
'required' => 'The :attribute field is required.',
62
'required_if' => 'The :attribute field is required when :other is :value.',
63
- 'required_unless' => 'The :attribute field is required unless :other is in :value.',
+ 'required_unless' => 'The :attribute field is required unless :other is in :values.',
64
'required_with' => 'The :attribute field is required when :values is present.',
65
'required_with_all' => 'The :attribute field is required when :values is present.',
66
'required_without' => 'The :attribute field is required when :values is not present.',
0 commit comments