From 3bb4cbab33eb69535433789f31cfea70163b3c1d Mon Sep 17 00:00:00 2001 From: Alexander Blasl Date: Thu, 16 Jan 2025 15:56:28 +0100 Subject: [PATCH] BF handler in config --- config/websockets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/websockets.php b/config/websockets.php index 1f64ffe..c1333bb 100644 --- a/config/websockets.php +++ b/config/websockets.php @@ -221,7 +221,7 @@ return [ 'handlers' => [ - 'websocket' => \BlaxSoftware\LaravelWebSockets\Server\WebSocketHandler::class, + 'websocket' => \BlaxSoftware\LaravelWebSockets\Websocket\Handler::class, 'health' => \BlaxSoftware\LaravelWebSockets\Server\HealthHandler::class,