update deprecated pusher option (#5058)

This commit is contained in:
Miloš Gavrilović 2019-07-11 17:03:22 +02:00 committed by Taylor Otwell
parent e71f50f664
commit afb7cd7311
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
'app_id' => env('PUSHER_APP_ID'),
'options' => [
'cluster' => env('PUSHER_APP_CLUSTER'),
'encrypted' => true,
'useTLS' => true,
],
],