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 c911350 commit 62b9b6fCopy full SHA for 62b9b6f
src/helpers/uuid.php
@@ -4,7 +4,8 @@
4
5
function uuid($ordered = false)
6
{
7
- ($ordered == true) ?? return Str::orderedUuid();
+ if ($ordered == true)
8
+ return Str::orderedUuid();
9
10
return (string) Str::uuid();
11
}
0 commit comments