Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fredbradley committed Oct 14, 2024
1 parent a5d65b9 commit e322b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Domains/SelfReflection/Http/LookupController.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class LookupController
public function __invoke(int $reportCycle): RedirectResponse
{
if (auth()->user()->isStaff()) {
abort(403, 'This page is intended for pupils and parents only. Staff should use the self-reflection page withing their Teaching Set in the pastoral module.');
abort(403, 'This page is intended for pupils and parents only. Staff should use the self-reflection page within their Teaching Set in the pastoral module.');
}

$pupilData = new PupilData();
Expand Down

0 comments on commit e322b20

Please sign in to comment.