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'); }