Skip to content

Commit cd03204

Browse files
authored
Add language line for file validation rule.
1 parent 2051351 commit cd03204

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/lang/en/validation.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
'distinct' => 'The :attribute field has a duplicate value.',
3939
'email' => 'The :attribute must be a valid email address.',
4040
'exists' => 'The selected :attribute is invalid.',
41+
'file' => 'The :attribute must be a file.',
4142
'filled' => 'The :attribute field is required.',
4243
'image' => 'The :attribute must be an image.',
4344
'in' => 'The selected :attribute is invalid.',

0 commit comments

Comments
 (0)