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'), /* |--------------------------------------------------------------------------