Test Husky pre-commit hook.

This commit is contained in:
RameshT 2024-08-05 10:28:48 +05:30
parent ff26499574
commit 7b09cba3fb
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ class Form extends CI_Controller
public function __construct() public function __construct()
{ {
parent::__construct(); parent::__construct();
$this->load->model('Form_model') $this->load->model('Form_model');
} }
public function submit() public function submit()