Skip to content

Commit 8fb4d80

Browse files
[11.x] Update validation.md documentation for uuid to mention RFC 9562 (laravel#10094)
* Update validation.md RFC 4122 has been made obsolete by RFC 9562 which the uuid rule does actually implement. So uuid validation rule docs should be updated to reflect that change * Update validation.md --------- Co-authored-by: Taylor Otwell <[email protected]>
1 parent c1f0f26 commit 8fb4d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: validation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1907,7 +1907,7 @@ The field under validation must be a valid [Universally Unique Lexicographically
19071907
<a name="rule-uuid"></a>
19081908
#### uuid
19091909

1910-
The field under validation must be a valid RFC 4122 (version 1, 3, 4, or 5) universally unique identifier (UUID).
1910+
The field under validation must be a valid RFC 9562 (version 1, 3, 4, 5, 6, 7, or 8) universally unique identifier (UUID).
19111911

19121912
<a name="conditionally-adding-rules"></a>
19131913
## Conditionally Adding Rules

0 commit comments

Comments
 (0)