Add language line for the "present" validation rule.

This commit is contained in:
Mohamed Said 2016-02-26 08:49:55 +00:00
parent aa07b0c699
commit ef6b5a6343
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@
'not_in' => 'The selected :attribute is invalid.', 'not_in' => 'The selected :attribute is invalid.',
'numeric' => 'The :attribute must be a number.', 'numeric' => 'The :attribute must be a number.',
'regex' => 'The :attribute format is invalid.', 'regex' => 'The :attribute format is invalid.',
'present' => 'The :attribute field must be present.',
'required' => 'The :attribute field is required.', 'required' => 'The :attribute field is required.',
'required_if' => 'The :attribute field is required when :other is :value.', 'required_if' => 'The :attribute field is required when :other is :value.',
'required_unless' => 'The :attribute field is required unless :other is in :values.', 'required_unless' => 'The :attribute field is required unless :other is in :values.',