From d89a899f132f504098395fa94e902d3c6c5df9ce Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Wed, 9 Jan 2019 01:32:29 -0600 Subject: [PATCH] allowed login models and update of login controller --- app/Http/Controllers/DashboardController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/DashboardController.php b/app/Http/Controllers/DashboardController.php index cdae4231e..b4a847db3 100644 --- a/app/Http/Controllers/DashboardController.php +++ b/app/Http/Controllers/DashboardController.php @@ -21,7 +21,7 @@ class DashboardController extends Controller public function __construct() { $this->middleware('auth'); - $this->middleware('permission:role.guest'); + //$this->middleware('permission:role.guest'); } /**