Meobda nomination ensemble #107

Merged
okorpheus merged 16 commits from meobda_nomination_ensemble into master 2025-02-17 16:20:06 +00:00
1 changed files with 0 additions and 2 deletions
Showing only changes of commit da31e194f1 - Show all commits

View File

@ -26,8 +26,6 @@ class MeobdaNominationAdminController extends Controller implements NominationAd
$filterData = []; $filterData = [];
} }
dump($filterData);
// Populate variables to complete the filter form // Populate variables to complete the filter form
$schools = School::orderBy('name')->get(); $schools = School::orderBy('name')->get();
$ensembles = NominationEnsemble::all(); $ensembles = NominationEnsemble::all();