From 51113bd5317f4f847462d1470474ab2897d11e46 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 5 Aug 2016 15:51:19 -0500 Subject: [PATCH] Default broadcasting driver to null. --- config/broadcasting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'), /* |--------------------------------------------------------------------------