Browse Source

Update broadcasting.php

Taylor Otwell 6 years ago
parent
commit
a4af0b5318
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/broadcasting.php

+ 1 - 1
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,
             ],
         ],