Test Husky pre-commit hook.

This commit is contained in:
RameshT 2024-08-06 14:38:17 +05:30
parent 668d8938ce
commit 376e1d0344
1 changed files with 0 additions and 2 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')) {
@ -32,7 +31,6 @@ class Form extends CI_Controller
echo json_encode($response);
}
public function view($form_id)
{
$data['title'] = $this->Form_model->get_form_title($form_id);