From 75ae6888308c3af5098ac7b04d72a72ab5c9def1 Mon Sep 17 00:00:00 2001 From: imnavajas Date: Tue, 7 May 2024 11:02:03 +0200 Subject: [PATCH] Arreglado bug en home --- ci4/app/Controllers/Home.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ci4/app/Controllers/Home.php b/ci4/app/Controllers/Home.php index a2dd7ffd..627263be 100755 --- a/ci4/app/Controllers/Home.php +++ b/ci4/app/Controllers/Home.php @@ -8,12 +8,11 @@ use App\Models\Usuarios\UserModel; class Home extends BaseController { private $user_model; - private $activity_model; + sk function __construct() { $this->user_model = new UserModel(); - $this->activity_model = new ActivityModel(); } public function index()