diff --git a/config/broadcasting.php b/config/broadcasting.php index ea52e630..3ca45eaa 100644 --- a/config/broadcasting.php +++ b/config/broadcasting.php @@ -36,8 +36,8 @@ return [ 'secret' => env('PUSHER_APP_SECRET'), 'app_id' => env('PUSHER_APP_ID'), 'options' => [ - 'encrypted' => true, 'cluster' => env('PUSHER_APP_CLUSTER'), + 'encrypted' => true, ], ],