Skip to content

Commit

Permalink
Rename encrypted to forceTLS. (laravel#5159)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdnbrk authored and socheatsok78 committed Feb 23, 2020
1 parent 2fca606 commit 32caeb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest';
// broadcaster: 'pusher',
// key: process.env.MIX_PUSHER_APP_KEY,
// cluster: process.env.MIX_PUSHER_APP_CLUSTER,
// encrypted: true
// forceTLS: true
// });

0 comments on commit 32caeb6

Please sign in to comment.