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

View File

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