We're not using Broadcasting, so null the config

This commit is contained in:
James Brooks
2015-11-22 19:37:39 +00:00
parent 81e990b460
commit a04d067005

View File

@@ -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' => [
//
],