Merge pull request #4157 from driesvints/patch-1

[5.4] Update description of filled rule
This commit is contained in:
Taylor Otwell 2017-03-01 09:53:33 -06:00 committed by GitHub
commit 95505693a2
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
'email' => 'The :attribute must be a valid email address.', 'email' => 'The :attribute must be a valid email address.',
'exists' => 'The selected :attribute is invalid.', 'exists' => 'The selected :attribute is invalid.',
'file' => 'The :attribute must be a file.', 'file' => 'The :attribute must be a file.',
'filled' => 'The :attribute field is required.', 'filled' => 'The :attribute field must have a value.',
'image' => 'The :attribute must be an image.', 'image' => 'The :attribute must be an image.',
'in' => 'The selected :attribute is invalid.', 'in' => 'The selected :attribute is invalid.',
'in_array' => 'The :attribute field does not exist in :other.', 'in_array' => 'The :attribute field does not exist in :other.',