updates
This commit is contained in:
@ -60,7 +60,7 @@ class TabulateWinners extends Command
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
|
||||
function pcWinner()
|
||||
{
|
||||
$peoplesChoiceWinnerQuery = DB::table('peoples_choice')
|
||||
@ -74,8 +74,8 @@ class TabulateWinners extends Command
|
||||
return $peoplesChoiceWinnerQuery->vehicle;
|
||||
}
|
||||
|
||||
*/
|
||||
function oughtsTo49Winner()
|
||||
|
||||
function oughtsTo49Winner()
|
||||
{
|
||||
$oughtsTo49Query = VehicleScores::join('vehicles', 'vehicle_scores.vehicle', '=', 'vehicles.id')
|
||||
->groupBy('vehicles.id')
|
||||
|
Reference in New Issue
Block a user