Merge pull request #4834 from clemir/uuid-validation

Add message for UUID validation rule
This commit is contained in:
Taylor Otwell 2018-10-29 08:59:30 +11:00 committed by GitHub
commit 51c0f51acb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@
'unique' => 'The :attribute has already been taken.',
'uploaded' => 'The :attribute failed to upload.',
'url' => 'The :attribute format is invalid.',
'uuid' => 'The :attribute must be a valid UUID.',
/*
|--------------------------------------------------------------------------