From 43c2d8ec92547e4ecb83a60338e5f696dc861646 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 11 Aug 2016 14:53:58 -0500 Subject: [PATCH] tweak variable --- resources/assets/js/bootstrap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/assets/js/bootstrap.js b/resources/assets/js/bootstrap.js index 249eadf2..d6bf49ec 100644 --- a/resources/assets/js/bootstrap.js +++ b/resources/assets/js/bootstrap.js @@ -40,6 +40,6 @@ Vue.http.interceptors.push(function (request, next) { // import Echo from "laravel-echo" // window.Echo = new Echo({ -// connector: 'pusher', +// broadcaster: 'pusher', // key: 'your-pusher-key' // });