mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-13 11:28:26 -04:00
CI4 changes
- Corrected capitalization of App in use statements - Added use statements where missing in Events.php
This commit is contained in:
committed by
Steve Ireland
parent
eb23089184
commit
53b81f804e
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user