compores update, plus bring in changes from laravel/laravel

This commit is contained in:
Jonny Barnes 2016-07-04 22:33:13 +01:00
parent e729f655a1
commit b77e12878a
4 changed files with 85 additions and 84 deletions

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.',