From 0328f969dc71f92e187e0a6c1ba70d729c380115 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Tue, 6 Aug 2019 12:23:58 -0500 Subject: [PATCH] testing --- app/Http/Controllers/Dashboard/DashboardController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/Dashboard/DashboardController.php b/app/Http/Controllers/Dashboard/DashboardController.php index bf86895eb..19023eaec 100644 --- a/app/Http/Controllers/Dashboard/DashboardController.php +++ b/app/Http/Controllers/Dashboard/DashboardController.php @@ -50,7 +50,7 @@ class DashboardController extends Controller ])->count(); //Temporary Measure to keep the page working properly - //$altCount = 0; + $altCount = 0; //If the alt count is greater than 0 get all of the alt accounts if($altCount > 0) {