Skip to content

Commit 51c0f51

Browse files
authored
Merge pull request laravel#4834 from clemir/uuid-validation
Add message for UUID validation rule
2 parents 6ee6f64 + c96995f commit 51c0f51

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
@@ -112,6 +112,7 @@
112112
'unique' => 'The :attribute has already been taken.',
113113
'uploaded' => 'The :attribute failed to upload.',
114114
'url' => 'The :attribute format is invalid.',
115+
'uuid' => 'The :attribute must be a valid UUID.',
115116

116117
/*
117118
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)