Your commit message

This commit is contained in:
RameshT 2024-08-09 14:15:48 +05:30
parent ee45c0f04b
commit aac7f7ed1b
1 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@
namespace application\controllers; namespace application\controllers;
// defined('BASEPATH') or exit('No direct script access allowed'); defined('BASEPATH') or exit('No direct script access allowed');
use application\models\Form_model; // use application\models\Form_model;
class Form extends CI_Controller class Form extends CI_Controller
{ {