A websocket.{session} channel

This commit is contained in:
a6a2f5842 2025-09-12 10:53:16 +02:00
parent a1121cc351
commit ca1e1e4e29
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ class WebSocketsServiceProvider extends ServiceProvider
protected function registerDefaultWebsocketChannels()
{
\Illuminate\Support\Facades\Broadcast::channel('websocket', fn() => true);
\Illuminate\Support\Facades\Broadcast::channel('websocket.{session}', fn() => true);
}
protected function registerEventLoop()