移除 冗余值

This commit is contained in:
iVampireSP.com 2023-02-13 03:06:41 +08:00
parent 3d2b32eda0
commit 65902b95bd
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -20,7 +20,7 @@ class ReportRequestToCluster
*/
public function handle(Request $request, Closure $next): mixed
{
$random_id = Str::random(16);
$random_id = Str::random();
$method = $request->method();
$path = $request->path();