This commit is contained in:
a6a2f5842 2025-10-15 09:45:04 +02:00
parent 447cc71256
commit 5eba7e19ff
1 changed files with 1 additions and 1 deletions

View File

@ -475,7 +475,7 @@ class Handler implements MessageComponentInterface
protected function authenticateConnection( protected function authenticateConnection(
ConnectionInterface $connection, ConnectionInterface $connection,
PrivateChannel|Channel|PresenceChannel|null $channel, PrivateChannel|Channel|PresenceChannel|null $channel,
array|null|mixed $message = [] $message = []
) { ) {
if (! optional($connection)->auth && $connection->socketId && cache()->get('socket_' . $connection->socketId)) { if (! optional($connection)->auth && $connection->socketId && cache()->get('socket_' . $connection->socketId)) {