remove codeigniter

This commit is contained in:
root
2026-06-04 02:41:08 -04:00
parent 4e33882ac7
commit b4e6ac03c5
180 changed files with 457 additions and 2186 deletions
@@ -208,9 +208,7 @@ class ExtraChargesChargeService
$students = [];
try {
if (class_exists(\CodeIgniter\Events\Events::class)) {
\CodeIgniter\Events\Events::trigger('extraCharge', $eventData, $students);
} elseif (function_exists('event')) {
if (function_exists('event')) {
event('extraCharge', [$eventData, $students]);
}
} catch (\Throwable $e) {