移除 冗余值
This commit is contained in:
parent
3d2b32eda0
commit
65902b95bd
@ -20,7 +20,7 @@ class ReportRequestToCluster
|
|||||||
*/
|
*/
|
||||||
public function handle(Request $request, Closure $next): mixed
|
public function handle(Request $request, Closure $next): mixed
|
||||||
{
|
{
|
||||||
$random_id = Str::random(16);
|
$random_id = Str::random();
|
||||||
|
|
||||||
$method = $request->method();
|
$method = $request->method();
|
||||||
$path = $request->path();
|
$path = $request->path();
|
||||||
|
Loading…
Reference in New Issue
Block a user