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 393ccc6 commit 641f5a6Copy full SHA for 641f5a6
src/Illuminate/Translation/lang/en/validation.php
@@ -137,6 +137,7 @@
137
'required_array_keys' => 'The :attribute field must contain entries for: :values.',
138
'required_if' => 'The :attribute field is required when :other is :value.',
139
'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.',
141
'required_unless' => 'The :attribute field is required unless :other is in :values.',
142
'required_with' => 'The :attribute field is required when :values is present.',
143
'required_with_all' => 'The :attribute field is required when :values are present.',
0 commit comments