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() - laravel/framework#50231

* Update Str.php

---------

Co-authored-by: Taylor Otwell <taylor@laravel.com>
  • Loading branch information
wq9578 and taylorotwell committed Feb 26, 2024
1 parent d9422cc commit 96d4512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 96d4512

Please sign in to comment.