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