From f6b05ee3ce810a25907f3dd7b27f912ab5760f06 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 8 Oct 2015 09:45:11 -0500 Subject: [PATCH] tweak options --- config/broadcasting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/broadcasting.php b/config/broadcasting.php index a0e2e588..abaaac32 100644 --- a/config/broadcasting.php +++ b/config/broadcasting.php @@ -34,7 +34,7 @@ 'secret' => env('PUSHER_SECRET'), 'app_id' => env('PUSHER_APP_ID'), 'options' => [ - 'encrypted' => env('PUSHER_ENCRYPTED', false), + // ], ],