Test Husky pre-commit hook.
This commit is contained in:
parent
00636ea29a
commit
83d9c88539
|
@ -10,6 +10,9 @@ class Form extends CI_Controller
|
|||
{
|
||||
public function __construct()
|
||||
{
|
||||
|
||||
|
||||
|
||||
parent::__construct();
|
||||
$this->load->model('Form_model');
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue