From 8ba2a115b9857daed800e818de1756fad423a62d Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sun, 5 May 2019 23:02:47 -0500 Subject: [PATCH] organized controllers into folders --- 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 eb0f05b5d..3849fd780 100644 --- a/app/Http/Controllers/Dashboard/DashboardController.php +++ b/app/Http/Controllers/Dashboard/DashboardController.php @@ -1,6 +1,6 @@