Skip to content

Commit 926c48e

Browse files
committed
add validation language line
1 parent 5ae2f24 commit 926c48e

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
@@ -108,6 +108,7 @@
108108
'prohibits' => 'The :attribute field prohibits :other from being present.',
109109
'regex' => 'The :attribute format is invalid.',
110110
'required' => 'The :attribute field is required.',
111+
'required_array_keys' => 'The :attribute field must contain entries for: :values',
111112
'required_if' => 'The :attribute field is required when :other is :value.',
112113
'required_unless' => 'The :attribute field is required unless :other is in :values.',
113114
'required_with' => 'The :attribute field is required when :values is present.',

0 commit comments

Comments
 (0)