getConfig('semester'); } } if (!function_exists('getSchoolYear')) { function getSchoolYear() { $configModel = new \App\Models\ConfigurationModel(); return $configModel->getConfig('school_year'); } }