From fff81fe596070a2b6d5a0ae39840ecd67f03f2b3 Mon Sep 17 00:00:00 2001 From: Shlee Date: Sat, 5 Sep 2026 20:17:19 +0930 Subject: [PATCH] Update broadcasting.php --- config/broadcasting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/broadcasting.php b/config/broadcasting.php index 44e9f9013..4ee607cfb 100644 --- a/config/broadcasting.php +++ b/config/broadcasting.php @@ -15,7 +15,7 @@ return [ | */ - 'default' => env('BROADCAST_CONNECTION', 'null'), + 'default' => env('BROADCAST_CONNECTION', env('BROADCAST_DRIVER', 'null')), /* |--------------------------------------------------------------------------