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(