Remove PC and BIS 2nd place from tabulation
This commit is contained in:
parent
9b16ecd381
commit
fdfbf8dafa
@ -176,7 +176,7 @@ class TabulateWinners extends Command
|
||||
'vehicle' => bestInShowWinner()
|
||||
]
|
||||
);
|
||||
|
||||
/*
|
||||
//Insert Best In Show 2nd Place Winner
|
||||
CarShowWinner::updateOrCreate(
|
||||
[
|
||||
@ -187,7 +187,7 @@ class TabulateWinners extends Command
|
||||
'vehicle' => bestInShow2ndWinner()
|
||||
]
|
||||
);
|
||||
|
||||
*/
|
||||
//Insert People's Choice Winner
|
||||
CarShowWinner::updateOrCreate(
|
||||
[
|
||||
@ -198,7 +198,7 @@ class TabulateWinners extends Command
|
||||
'vehicle' => pcWinner()
|
||||
]
|
||||
);
|
||||
|
||||
/*
|
||||
CarShowWinner::updateOrCreate(
|
||||
[
|
||||
'category' => '3',
|
||||
@ -208,6 +208,7 @@ class TabulateWinners extends Command
|
||||
'vehicle' => pc2ndWinner()
|
||||
]
|
||||
);
|
||||
*/
|
||||
//Insert Year Award Winners
|
||||
//0-1943
|
||||
CarShowWinner::updateOrCreate(
|
||||
|
Loading…
Reference in New Issue
Block a user