main
ilhamwara 2025-06-13 09:02:31 +07:00
parent b19dcab325
commit b1742f62b6
1 changed files with 4 additions and 4 deletions

View File

@ -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.