Skip to content

Commit afb7cd7

Browse files
Gavrisimotaylorotwell
authored andcommitted
update deprecated pusher option (laravel#5058)
1 parent e71f50f commit afb7cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/broadcasting.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
'app_id' => env('PUSHER_APP_ID'),
3838
'options' => [
3939
'cluster' => env('PUSHER_APP_CLUSTER'),
40-
'encrypted' => true,
40+
'useTLS' => true,
4141
],
4242
],
4343

0 commit comments

Comments
 (0)