From fdbd046988a5fe298244130fe3fe3823d6c7213d Mon Sep 17 00:00:00 2001 From: Marcel Pociot Date: Mon, 26 Nov 2018 09:55:06 +0100 Subject: [PATCH] wip --- config/websockets.php | 2 +- src/Dashboard/Http/Controllers/AuthenticateDashboard.php | 2 +- src/Dashboard/Http/Controllers/SendMessage.php | 2 +- src/Dashboard/Http/Controllers/ShowDashboard.php | 2 +- src/Dashboard/Http/Middleware/Authorize.php | 2 +- src/Dashboard/Http/routes.php | 6 +++--- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/config/websockets.php b/config/websockets.php index c8df739..b6cf347 100644 --- a/config/websockets.php +++ b/config/websockets.php @@ -1,6 +1,6 @@ >>>>>> 224845d6fd754bb8f608af61675ef0519c5d2b1d:src/Http/Middleware/Authorize.php diff --git a/src/Dashboard/Http/routes.php b/src/Dashboard/Http/routes.php index 24fb31f..bc5729c 100644 --- a/src/Dashboard/Http/routes.php +++ b/src/Dashboard/Http/routes.php @@ -1,8 +1,8 @@