Skip to content

Commit 641f5a6

Browse files
committed
wip
1 parent 393ccc6 commit 641f5a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Illuminate/Translation/lang/en/validation.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@
137137
'required_array_keys' => 'The :attribute field must contain entries for: :values.',
138138
'required_if' => 'The :attribute field is required when :other is :value.',
139139
'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
140+
'required_if_declined' => 'The :attribute field is required when :other is declined.',
140141
'required_unless' => 'The :attribute field is required unless :other is in :values.',
141142
'required_with' => 'The :attribute field is required when :values is present.',
142143
'required_with_all' => 'The :attribute field is required when :values are present.',

0 commit comments

Comments
 (0)