add required_unless lang line

This commit is contained in:
Taylor Otwell 2015-10-31 13:38:22 -05:00
parent f2348b7897
commit 8a49b4f137

View File

@ -60,6 +60,7 @@ return [
'regex' => 'The :attribute format is invalid.',
'required' => 'The :attribute field is required.',
'required_if' => 'The :attribute field is required when :other is :value.',
'required_unless' => 'The :attribute field is required unless :other is in :value.',
'required_with' => 'The :attribute field is required when :values is present.',
'required_with_all' => 'The :attribute field is required when :values is present.',
'required_without' => 'The :attribute field is required when :values is not present.',