Skip to content

Commit f8e58ce

Browse files
committed
required_unless lang line fix
1 parent 8a49b4f commit f8e58ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/lang/en/validation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
'regex' => 'The :attribute format is invalid.',
6161
'required' => 'The :attribute field is required.',
6262
'required_if' => 'The :attribute field is required when :other is :value.',
63-
'required_unless' => 'The :attribute field is required unless :other is in :value.',
63+
'required_unless' => 'The :attribute field is required unless :other is in :values.',
6464
'required_with' => 'The :attribute field is required when :values is present.',
6565
'required_with_all' => 'The :attribute field is required when :values is present.',
6666
'required_without' => 'The :attribute field is required when :values is not present.',

0 commit comments

Comments
 (0)