Auditionadmin 20 - Bonus scores are fully functional #25
|
|
@ -89,6 +89,7 @@ class AllowForOlympicScoring implements CalculateEntryScore
|
|||
if (! $bonusScoreDefinition) {
|
||||
return 0;
|
||||
}
|
||||
/** @noinspection PhpPossiblePolymorphicInvocationInspection */
|
||||
$bonusJudges = $bonusScoreDefinition->judges;
|
||||
$bonusScoreSheets = BonusScore::where('entry_id', $entry->id)->get();
|
||||
foreach ($bonusScoreSheets as $sheet) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue