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