Merge pull request #3672 from themsaid/add-language-line-for-present-validation-rule
Add language line for the "present" validation rule.
This commit is contained in:
commit
83fd3f29e7
|
@ -57,6 +57,7 @@
|
|||
],
|
||||
'not_in' => 'The selected :attribute is invalid.',
|
||||
'numeric' => 'The :attribute must be a number.',
|
||||
'present' => 'The :attribute field must be present.',
|
||||
'regex' => 'The :attribute format is invalid.',
|
||||
'required' => 'The :attribute field is required.',
|
||||
'required_if' => 'The :attribute field is required when :other is :value.',
|
||||
|
|
Loading…
Reference in New Issue