From 99fa8b9f72a1c33d4f2abd9cf54b26a939ece1c3 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sat, 7 Mar 2026 21:28:41 -0600 Subject: [PATCH] testing --- app/Http/Controllers/Dashboard/DashboardController.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/Http/Controllers/Dashboard/DashboardController.php b/app/Http/Controllers/Dashboard/DashboardController.php index 7ff6f82..47da43f 100644 --- a/app/Http/Controllers/Dashboard/DashboardController.php +++ b/app/Http/Controllers/Dashboard/DashboardController.php @@ -7,10 +7,6 @@ use Illuminate\Http\Request; class DashboardController extends Controller { - public function __construct() { - $this->middleware('auth'); - } - public function displayDashboard() { return view('dashboard.dashboard'); }