Commit 83fd3f29 by Taylor Otwell

Merge pull request #3672 from themsaid/add-language-line-for-present-validation-rule

Add language line for the "present" validation rule.
parents aa07b0c6 fa6c48d2
......@@ -57,6 +57,7 @@ return [
],
'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.',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment