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()