From db4eeb38130b961d3fcd35ae018a1626cdee695b Mon Sep 17 00:00:00 2001 From: Marcel Pociot Date: Mon, 26 Nov 2018 09:15:39 +0100 Subject: [PATCH] wip --- config/websockets.php | 2 +- src/Http/Controllers/AuthenticateDashboard.php | 2 +- src/Http/Controllers/SendMessage.php | 2 +- src/Http/Controllers/ShowDashboard.php | 2 +- src/Http/Middleware/Authorize.php | 2 +- src/Http/routes.php | 6 +++--- src/LaravelEcho/WebSocket/PusherServer.php | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/config/websockets.php b/config/websockets.php index 7a18b11..d6904f3 100644 --- a/config/websockets.php +++ b/config/websockets.php @@ -7,7 +7,7 @@ return [ /** * This package comes with multi tenancy out of the box. Here you can - * configure the diffente clients that can use the webSockets server. + * configure the different clients that can use the webSockets server. * * You should make sure that the app id is numeric. */ diff --git a/src/Http/Controllers/AuthenticateDashboard.php b/src/Http/Controllers/AuthenticateDashboard.php index 1c83370..a7de0a1 100644 --- a/src/Http/Controllers/AuthenticateDashboard.php +++ b/src/Http/Controllers/AuthenticateDashboard.php @@ -1,6 +1,6 @@