(float) (Configuration::getConfig('first_student_fee') ?? 350), 'second_student_fee' => (float) (Configuration::getConfig('second_student_fee') ?? 200), 'youth_fee' => (float) (Configuration::getConfig('youth_fee') ?? 180), ]; } }