From 744d16f1e07e319f63eeb9d3547f38a676aa5646 Mon Sep 17 00:00:00 2001 From: RameshT Date: Mon, 5 Aug 2024 10:44:51 +0530 Subject: [PATCH] Test Husky pre-commit hook. --- application/controllers/Form.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/application/controllers/Form.php b/application/controllers/Form.php index 73ad3f4..839d32f 100644 --- a/application/controllers/Form.php +++ b/application/controllers/Form.php @@ -10,8 +10,7 @@ class Form extends CI_Controller { public function __construct() { - parent::__construct(); - $this->load->model('Form_model') + parent::__construct();$this->load->model('Form_model') } public function submit()