From d5691a2e6d8725d64d8569f9b1682012ced83eda Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 6 Aug 2019 14:32:07 +0200 Subject: [PATCH] Add missing trailing semicolon --- resources/js/bootstrap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/js/bootstrap.js b/resources/js/bootstrap.js index f29bb81d..7b579cb0 100644 --- a/resources/js/bootstrap.js +++ b/resources/js/bootstrap.js @@ -43,7 +43,7 @@ if (token) { * allows your team to easily build robust real-time web applications. */ -// import Echo from 'laravel-echo' +// import Echo from 'laravel-echo'; // window.Pusher = require('pusher-js');