This commit is contained in:
root
2020-02-08 12:49:38 -05:00
parent 04b3d84e4b
commit f35c0d9658
3 changed files with 486 additions and 142 deletions

View File

@ -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')