diff --git a/config/broadcasting.php b/config/broadcasting.php index 4db108db..ea52e630 100644 --- a/config/broadcasting.php +++ b/config/broadcasting.php @@ -37,7 +37,7 @@ return [ 'app_id' => env('PUSHER_APP_ID'), 'options' => [ 'encrypted' => true, - 'cluster' => env('PUSHER_APP_CLUSTER') + 'cluster' => env('PUSHER_APP_CLUSTER'), ], ],