From dd56893897fc5d838ed79879b9d3805a1bb5745d Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Mon, 29 Sep 2025 06:07:53 -0400 Subject: [PATCH] BaseController --- 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 e9068b8..56d3daf 100644 --- a/app/Controllers/Home.php +++ b/app/Controllers/Home.php @@ -2,7 +2,7 @@ namespace App\Controllers; -class Home extends basecontroller +class Home extends BaseController { public function index(): string {