add langiage line for uploaded validation rule
This commit is contained in:
parent
a4b53b394c
commit
1562407562
|
@ -81,6 +81,7 @@
|
|||
'string' => 'The :attribute must be a string.',
|
||||
'timezone' => 'The :attribute must be a valid zone.',
|
||||
'unique' => 'The :attribute has already been taken.',
|
||||
'uploaded' => 'The :attribute uploading failed.',
|
||||
'url' => 'The :attribute format is invalid.',
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue