mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 02:08:57 +00:00
Use native Str::uuid() function
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user