发布推送
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace App\Tools;
|
||||
use Illuminate\Support\Str;
|
||||
|
||||
class Tools
|
||||
{
|
||||
|
||||
@ -44,5 +46,11 @@ class Tools
|
||||
return rand(100000,999999);
|
||||
}
|
||||
|
||||
static function genUuid(): string
|
||||
{
|
||||
return Str::orderedUuid();
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user