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 bad350d commit c112d14Copy full SHA for c112d14
resources/lang/en/validation.php
@@ -36,6 +36,8 @@
36
'date' => 'The :attribute is not a valid date.',
37
'date_equals' => 'The :attribute must be a date equal to :date.',
38
'date_format' => 'The :attribute does not match the format :format.',
39
+ 'declined' => 'The :attribute must be declined.',
40
+ 'declined_if' => 'The :attribute must be declined when :other is :value.',
41
'different' => 'The :attribute and :other must be different.',
42
'digits' => 'The :attribute must be :digits digits.',
43
'digits_between' => 'The :attribute must be between :min and :max digits.',
0 commit comments