Test Husky pre-commit hook.
This commit is contained in:
parent
917f18bf0c
commit
bd469fb65c
|
@ -1,10 +1,10 @@
|
|||
<?php
|
||||
|
||||
namespace App\Controllers;
|
||||
namespace application\controllers;
|
||||
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
use App\Models\Form_model;
|
||||
use application\models\Form_model;
|
||||
|
||||
class Form extends CI_Controller
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue