Test Husky pre-commit hook.

This commit is contained in:
RameshT 2024-08-02 17:54:05 +05:30
parent becb0bf5ca
commit 75ff32ac2d
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@ class Forms extends CI_Controller
// If not logged in, redirect to login page // If not logged in, redirect to login page
redirect('users/login'); redirect('users/login');
} }
// Load the model that handles the form data // Load the model that handles the form data
$this->load->model('preview_model'); $this->load->model('preview_model');