diff --git a/app/Http/Controllers/HomeController.php b/app/Http/Controllers/HomeController.php index c59dd27..b3981b9 100644 --- a/app/Http/Controllers/HomeController.php +++ b/app/Http/Controllers/HomeController.php @@ -20,10 +20,10 @@ class HomeController extends Controller * * @return void */ - public function __construct() - { - $this->middleware('auth'); - } + // public function __construct() + // { + // $this->middleware('auth'); + // } /** * Show the application dashboard.