Fix lazy loading issue when an audition is seated.

This commit is contained in:
Matt Young 2025-06-27 16:28:56 -05:00
parent 62dab98906
commit 57780846e3
1 changed files with 1 additions and 1 deletions

View File

@ -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;