Ubah 3 file sekaligus

This commit is contained in:
mikael-zakaria 2026-04-15 15:44:39 +07:00
parent ee755e128b
commit 1598c12c41

View File

@ -6,6 +6,6 @@ class Home extends BaseController
{
public function index(): string
{
return view('welcomea_messaagae');
return view('asa');
}
}