Skip to content

Commit

Permalink
update deprecated pusher option (#5058)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavrisimo authored and taylorotwell committed Jul 11, 2019
1 parent e71f50f commit afb7cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/broadcasting.php
Expand Up @@ -37,7 +37,7 @@
'app_id' => env('PUSHER_APP_ID'),
'options' => [
'cluster' => env('PUSHER_APP_CLUSTER'),
'encrypted' => true,
'useTLS' => true,
],
],

Expand Down

0 comments on commit afb7cd7

Please sign in to comment.