up. 优化代码内容

This commit is contained in:
扶桑花间 2025-08-29 22:26:37 +08:00
parent 3c21643d0f
commit 76185092dc

View File

@ -158,6 +158,6 @@ class SysGatewayEvent
/**
* 触发后续其他事件
*/
Event::trigger("gateway.clientLogin", [$put, $sysUser]);
Event::trigger("gateway.clientLogin", compact('put','sysUser'));
}
}