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
+3 -3
View File
@@ -39,9 +39,9 @@ return [
'pusher' => [ 'pusher' => [
'driver' => 'pusher', 'driver' => 'pusher',
'key' => env('PUSHER_APP_KEY'), 'key' => null,
'secret' => env('PUSHER_APP_SECRET'), 'secret' => null,
'app_id' => env('PUSHER_APP_ID'), 'app_id' => null,
'options' => [ 'options' => [
// //
], ],