Skip to content

Commit 8a49b4f

Browse files
committed
add required_unless lang line
1 parent f2348b7 commit 8a49b4f

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
@@ -60,6 +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.',
6364
'required_with' => 'The :attribute field is required when :values is present.',
6465
'required_with_all' => 'The :attribute field is required when :values is present.',
6566
'required_without' => 'The :attribute field is required when :values is not present.',

0 commit comments

Comments
 (0)