Skip to content

Commit

Permalink
Add language line for file validation rule.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
byCedric authored and crynobone committed Jul 9, 2016
1 parent 3926ec8 commit 55bd952
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fixture/resources/lang/en/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
'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.',
Expand Down

0 comments on commit 55bd952

Please sign in to comment.