Test Husky pre-commit hook.

This commit is contained in:
RameshT 2024-08-05 16:52:16 +05:30
parent a914926216
commit c8962b3f16
1 changed files with 0 additions and 1 deletions

View File

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