Browse Source

Default broadcasting driver to null.

Taylor Otwell 7 years ago
parent
commit
51113bd531
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/broadcasting.php

+ 1 - 1
config/broadcasting.php

@@ -15,7 +15,7 @@ return [
     |
     */
 
-    'default' => env('BROADCAST_DRIVER', 'pusher'),
+    'default' => env('BROADCAST_DRIVER', 'null'),
 
     /*
     |--------------------------------------------------------------------------