1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Added missing validation.file message

- Included test to cover
- Also applied StyleCI fixes

Closes #3248
This commit is contained in:
Dan Brown
2022-02-06 14:47:33 +00:00
parent d29a2a647a
commit 1df7497c09
3 changed files with 30 additions and 26 deletions

View File

@ -32,6 +32,7 @@ return [
'digits_between' => 'The :attribute must be between :min and :max digits.',
'email' => 'The :attribute must be a valid email address.',
'ends_with' => 'The :attribute must end with one of the following: :values',
'file' => 'The :attribute must be provided as a valid file.',
'filled' => 'The :attribute field is required.',
'gt' => [
'numeric' => 'The :attribute must be greater than :value.',