Update broadcasting.php

This commit is contained in:
Taylor Otwell
2017-12-24 08:11:34 -06:00
committed by GitHub
parent 80b59fd375
commit a4af0b5318

View File

@@ -36,8 +36,8 @@ return [
'secret' => env('PUSHER_APP_SECRET'),
'app_id' => env('PUSHER_APP_ID'),
'options' => [
'encrypted' => true,
'cluster' => env('PUSHER_APP_CLUSTER'),
'encrypted' => true,
],
],