fix widthraw spelling
Deploy to Shared Hosting / Shared hosting deploy (push) Failing after 47s
Tests / PHPUnit (push) Failing after 1m16s

This commit is contained in:
root
2026-08-20 16:07:34 -04:00
parent bfa343b69f
commit 246def8ca9
7 changed files with 20 additions and 31 deletions
+1 -1
View File
@@ -1396,7 +1396,7 @@ final class EnrollmentTransitionService
$admission = strtolower(trim((string) ($enrollment['admission_status'] ?? '')));
return $admission === 'denied'
|| in_array($status, ['denied', 'withdrawn', 'widthran'], true)
|| in_array($status, ['denied', 'withdrawn'], true)
|| (int) ($enrollment['is_withdrawn'] ?? 0) === 1;
}