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

View File

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