CI4 changes

- Corrected capitalization of App in use statements
- Added use statements where missing in Events.php
This commit is contained in:
objecttothis
2022-11-28 13:22:35 +04:00
committed by Steve Ireland
parent eb23089184
commit 53b81f804e
64 changed files with 178 additions and 176 deletions

View File

@@ -2,8 +2,8 @@
namespace App\Controllers;
use app\Models\Employee;
use app\Models\Module;
use App\Models\Employee;
use App\Models\Module;
use CodeIgniter\Session\Session;