Browse Source

tweak options

Taylor Otwell 8 years ago
parent
commit
f6b05ee3ce
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/broadcasting.php

+ 1 - 1
config/broadcasting.php

@@ -34,7 +34,7 @@ return [
             'secret' => env('PUSHER_SECRET'),
             'app_id' => env('PUSHER_APP_ID'),
             'options' => [
-                'encrypted' => env('PUSHER_ENCRYPTED', false),
+                //
             ],
         ],