From 5c58d60ada69858a92d288e82fce0e7a20ef2b6d Mon Sep 17 00:00:00 2001 From: David Bomba Date: Tue, 21 Mar 2023 07:07:07 +1100 Subject: [PATCH] Set broadcasting driver to log --- config/broadcasting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/broadcasting.php b/config/broadcasting.php index 30f98d504181..b5e1decc60ca 100644 --- a/config/broadcasting.php +++ b/config/broadcasting.php @@ -15,7 +15,7 @@ return [ | */ - 'default' => env('BROADCAST_DRIVER', 'null'), + 'default' => env('BROADCAST_DRIVER', 'log'), /* |--------------------------------------------------------------------------