diff --git a/config/broadcasting.php b/config/broadcasting.php index 848d8ffe8..4e9e3ec85 100644 --- a/config/broadcasting.php +++ b/config/broadcasting.php @@ -38,10 +38,10 @@ return [ 'connections' => [ 'pusher' => [ - 'driver' => 'pusher', - 'key' => env('PUSHER_APP_KEY'), - 'secret' => env('PUSHER_APP_SECRET'), - 'app_id' => env('PUSHER_APP_ID'), + 'driver' => 'pusher', + 'key' => env('PUSHER_APP_KEY'), + 'secret' => env('PUSHER_APP_SECRET'), + 'app_id' => env('PUSHER_APP_ID'), 'options' => [ // ],