We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6917c35 commit bcbc2f8Copy full SHA for bcbc2f8
config/broadcasting.php
@@ -34,7 +34,7 @@
34
'secret' => env('PUSHER_SECRET'),
35
'app_id' => env('PUSHER_APP_ID'),
36
'options' => [
37
- 'encrypted' => env('PUSHER_ENCRYPTED', false)
+ 'encrypted' => env('PUSHER_ENCRYPTED', false),
38
],
39
40
0 commit comments