Test Husky pre-commit hook.

This commit is contained in:
RameshT 2024-08-07 12:24:13 +05:30
parent 917f18bf0c
commit bd469fb65c
1 changed files with 2 additions and 2 deletions

View File

@ -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
{