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