Test Husky pre-commit hook.

This commit is contained in:
RameshT 2024-08-06 14:37:12 +05:30
parent 83d9c88539
commit 668d8938ce
1 changed files with 0 additions and 3 deletions

View File

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