From a04d0670053155bddab0fca9bf62928f3a85f73e Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sun, 22 Nov 2015 19:37:39 +0000 Subject: [PATCH] We're not using Broadcasting, so null the config --- config/broadcasting.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/broadcasting.php b/config/broadcasting.php index 4e9e3ec8..9305cdeb 100644 --- a/config/broadcasting.php +++ b/config/broadcasting.php @@ -39,9 +39,9 @@ return [ 'pusher' => [ 'driver' => 'pusher', - 'key' => env('PUSHER_APP_KEY'), - 'secret' => env('PUSHER_APP_SECRET'), - 'app_id' => env('PUSHER_APP_ID'), + 'key' => null, + 'secret' => null, + 'app_id' => null, 'options' => [ // ],