diff --git a/config/broadcasting.php b/config/broadcasting.php index bda73b1a..19a59bad 100644 --- a/config/broadcasting.php +++ b/config/broadcasting.php @@ -15,7 +15,7 @@ | */ - 'default' => env('BROADCAST_DRIVER', 'pusher'), + 'default' => env('BROADCAST_DRIVER', 'null'), /* |--------------------------------------------------------------------------