From 1598c12c41c4fd23d63a96d9c35024c579b1b43c Mon Sep 17 00:00:00 2001 From: mikael-zakaria Date: Wed, 15 Apr 2026 15:44:39 +0700 Subject: [PATCH] Ubah 3 file sekaligus --- app/Controllers/Home.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Controllers/Home.php b/app/Controllers/Home.php index e33c095..cfdf25b 100644 --- a/app/Controllers/Home.php +++ b/app/Controllers/Home.php @@ -6,6 +6,6 @@ class Home extends BaseController { public function index(): string { - return view('welcomea_messaagae'); + return view('asa'); } }