diff --git a/config/websockets.php b/config/websockets.php index 1d07db1..681bb6b 100644 --- a/config/websockets.php +++ b/config/websockets.php @@ -73,7 +73,7 @@ return [ 'enable_client_messages' => false, 'enable_statistics' => true, 'allowed_origins' => [ - // env('LARAVEL_WEBSOCKETS_DOMAIN') + // env('LARAVEL_WEBSOCKETS_DOMAIN'), ], ], ],