We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62b9b6f commit e4b6fa6Copy full SHA for e4b6fa6
src/helpers/uuid.php
@@ -2,10 +2,7 @@
2
3
use Illuminate\Support\Str;
4
5
-function uuid($ordered = false)
+function uuid()
6
{
7
- if ($ordered == true)
8
- return Str::orderedUuid();
9
-
10
return (string) Str::uuid();
11
}
0 commit comments