From c97ba79ab31698ff56f88f800ad3bdec7da9cf3d Mon Sep 17 00:00:00 2001 From: rennokki Date: Wed, 8 Dec 2021 15:58:10 +0200 Subject: [PATCH] [9.x] Add client_options to Pusher driver (#5743) * Add client_options to Pusher driver * Update broadcasting.php Co-authored-by: Taylor Otwell --- config/broadcasting.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/broadcasting.php b/config/broadcasting.php index 2d529820..67fcbbd6 100644 --- a/config/broadcasting.php +++ b/config/broadcasting.php @@ -39,6 +39,9 @@ return [ 'cluster' => env('PUSHER_APP_CLUSTER'), 'useTLS' => true, ], + 'client_options' => [ + // Guzzle client options: https://docs.guzzlephp.org/en/stable/request-options.html + ], ], 'ably' => [