Skip to content

Commit

Permalink
Correction comment for Str::orderedUuid() - https://github.com/larave… (
Browse files Browse the repository at this point in the history
#50268)

* Correction comment for Str::orderedUuid() - #50231

* Update Str.php

---------

Co-authored-by: Taylor Otwell <[email protected]>
  • Loading branch information
wq9578 and taylorotwell authored Feb 26, 2024
1 parent fa1be10 commit 988206b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Support/Str.php
Original file line number Diff line number Diff line change
Expand Up @@ -1634,7 +1634,7 @@ public static function uuid()
}

/**
* Generate a time-ordered UUID (version 4).
* Generate a time-ordered UUID.
*
* @return \Ramsey\Uuid\UuidInterface
*/
Expand Down

0 comments on commit 988206b

Please sign in to comment.