Test Husky pre-commit hook.
This commit is contained in:
parent
a914926216
commit
c8962b3f16
|
@ -13,7 +13,6 @@ class Form extends CI_Controller
|
|||
parent::__construct();
|
||||
$this->load->model('Form_model');
|
||||
}
|
||||
|
||||
public function submit()
|
||||
{
|
||||
if (!$this->session->userdata('logged_in')) {
|
||||
|
|
Loading…
Reference in New Issue