Test Husky pre-commit hook.
This commit is contained in:
parent
7d745b6fa7
commit
744d16f1e0
|
@ -10,8 +10,7 @@ class Form extends CI_Controller
|
|||
{
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct();
|
||||
$this->load->model('Form_model')
|
||||
parent::__construct();$this->load->model('Form_model')
|
||||
}
|
||||
|
||||
public function submit()
|
||||
|
|
Loading…
Reference in New Issue