Test Husky pre-commit hook.

This commit is contained in:
RameshT 2024-08-06 14:35:59 +05:30
parent 00636ea29a
commit 83d9c88539
1 changed files with 3 additions and 0 deletions

View File

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