From e5097cf466b105a62cd4bb02a4eed093c06c3d85 Mon Sep 17 00:00:00 2001 From: Russ Long Date: Thu, 16 Apr 2026 16:05:25 -0400 Subject: [PATCH] fix command --- app/Console/Kernel.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index 1378600..3baf384 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -14,6 +14,7 @@ class Kernel extends ConsoleKernel */ protected $commands = [ Commands\TabulateWinners::class, + Commands\TabulateWinnersNew::class, ]; /**