diff --git a/config/broadcasting.php b/config/broadcasting.php index c6dab314..a0e2e588 100644 --- a/config/broadcasting.php +++ b/config/broadcasting.php @@ -34,7 +34,7 @@ 'secret' => env('PUSHER_SECRET'), 'app_id' => env('PUSHER_APP_ID'), 'options' => [ - 'encrypted' => env('PUSHER_ENCRYPTED', false) + 'encrypted' => env('PUSHER_ENCRYPTED', false), ], ],