required_unless lang line fix

This commit is contained in:
CupOfTea696 2015-11-01 17:54:19 +00:00
parent 8a49b4f137
commit f8e58cedb2
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@
'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_unless' => 'The :attribute field is required unless :other is in :values.',
'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.',