From fdfbf8dafa452800eeb08ce3d9afb22efd13eb81 Mon Sep 17 00:00:00 2001 From: Russ Long Date: Thu, 19 May 2022 16:19:24 -0400 Subject: [PATCH] Remove PC and BIS 2nd place from tabulation --- app/Console/Commands/TabulateWinners.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/Console/Commands/TabulateWinners.php b/app/Console/Commands/TabulateWinners.php index d814cfe..10aff41 100644 --- a/app/Console/Commands/TabulateWinners.php +++ b/app/Console/Commands/TabulateWinners.php @@ -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(