db = \Config\Database::connect($this->con_name); } public function accountResetPassword($in) { return ['msg' => 'Profile Information']; } public function getProfileInfo($in) { return ['msg' => 'Profile Information']; } }