diff --git a/app/Http/Controllers/Tabulation/SeatAuditionFormController.php b/app/Http/Controllers/Tabulation/SeatAuditionFormController.php index 8eb9f0b..5ae417f 100644 --- a/app/Http/Controllers/Tabulation/SeatAuditionFormController.php +++ b/app/Http/Controllers/Tabulation/SeatAuditionFormController.php @@ -29,7 +29,7 @@ class SeatAuditionFormController extends Controller ->orderBy('ensembles.rank') ->orderBy('seats.seat') ->select('seats.*') - ->with(['ensemble', 'entry.student.school']) + ->with(['ensemble', 'student.school']) ->get(); } else { $publishedSeats = false;