Added declined and declined_if validation rules (#5723)

This commit is contained in:
Nicklas Kevin Frank
2021-11-11 15:20:34 +01:00
committed by GitHub
parent bad350d199
commit c112d149c4

View File

@@ -36,6 +36,8 @@ return [
'date' => 'The :attribute is not a valid date.',
'date_equals' => 'The :attribute must be a date equal to :date.',
'date_format' => 'The :attribute does not match the format :format.',
'declined' => 'The :attribute must be declined.',
'declined_if' => 'The :attribute must be declined when :other is :value.',
'different' => 'The :attribute and :other must be different.',
'digits' => 'The :attribute must be :digits digits.',
'digits_between' => 'The :attribute must be between :min and :max digits.',