Add language line for file validation rule.

This commit is contained in:
Cedric van Putten
2016-07-01 10:52:07 +02:00
committed by GitHub
parent 2051351626
commit cd03204044

View File

@@ -38,6 +38,7 @@ return [
'distinct' => 'The :attribute field has a duplicate value.',
'email' => 'The :attribute must be a valid email address.',
'exists' => 'The selected :attribute is invalid.',
'file' => 'The :attribute must be a file.',
'filled' => 'The :attribute field is required.',
'image' => 'The :attribute must be an image.',
'in' => 'The selected :attribute is invalid.',