Skip to content

Commit a4af0b5

Browse files
authored
Update broadcasting.php
1 parent 80b59fd commit a4af0b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/broadcasting.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
'secret' => env('PUSHER_APP_SECRET'),
3737
'app_id' => env('PUSHER_APP_ID'),
3838
'options' => [
39-
'encrypted' => true,
4039
'cluster' => env('PUSHER_APP_CLUSTER'),
40+
'encrypted' => true,
4141
],
4242
],
4343

0 commit comments

Comments
 (0)