Skip to content

Commit

Permalink
Merge branch 'master' of github.com:cranleighschool/prep-timetable-ge…
Browse files Browse the repository at this point in the history
…nerator
  • Loading branch information
fredbradley committed Jan 14, 2025
2 parents 992f6e3 + e58fa91 commit 03f71b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Logic/SetMappers/Gcses.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function handle(?int $year): int|string
return 'Option E';
}
// MATHS / ENGLISH
if (in_array($subject, ['Maths'])) {
if (in_array($subject, ['Maths', 'English'])) {
// Converts "103/En" to "3"
return (int)substr($code, 2, 1);
}
Expand Down

0 comments on commit 03f71b5

Please sign in to comment.