Test Husky pre-commit hook.

This commit is contained in:
RameshT 2024-08-06 10:00:53 +05:30
parent c8962b3f16
commit b76a107076
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ class Form extends CI_Controller
parent::__construct(); parent::__construct();
$this->load->model('Form_model'); $this->load->model('Form_model');
} }
public function submit() public function submit()
{ {
if (!$this->session->userdata('logged_in')) { if (!$this->session->userdata('logged_in')) {