fix tests
This commit is contained in:
@@ -7,6 +7,7 @@ class FeeGradeService
|
||||
public function normalizeGrade(?string $grade): string
|
||||
{
|
||||
$normalized = strtoupper(trim((string) $grade));
|
||||
|
||||
return str_replace([' ', '-'], '', $normalized);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user