fix command

This commit is contained in:
2026-04-16 16:05:25 -04:00
parent ecb1dc2bcf
commit e5097cf466
+1
View File
@@ -14,6 +14,7 @@ class Kernel extends ConsoleKernel
*/ */
protected $commands = [ protected $commands = [
Commands\TabulateWinners::class, Commands\TabulateWinners::class,
Commands\TabulateWinnersNew::class,
]; ];
/** /**