Skip to content

Commit e4b6fa6

Browse files
committed
fix uuid
1 parent 62b9b6f commit e4b6fa6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/helpers/uuid.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22

33
use Illuminate\Support\Str;
44

5-
function uuid($ordered = false)
5+
function uuid()
66
{
7-
if ($ordered == true)
8-
return Str::orderedUuid();
9-
107
return (string) Str::uuid();
118
}

0 commit comments

Comments
 (0)