Use native Str::uuid() function

This commit is contained in:
DariusIII
2025-02-28 14:31:32 +01:00
parent 2c06ccee09
commit c44bee0b27
3 changed files with 2 additions and 16 deletions
+1 -1
View File
@@ -453,7 +453,7 @@ class ProcessReleases
'searchname' => $searchName,
'totalpart' => $collection->totalfiles,
'groups_id' => $collection->groups_id,
'guid' => createGUID(),
'guid' => Str::uuid()->toString(),
'postdate' => $collection->date,
'fromname' => $fromName,
'size' => $collection->filesize,