From 19ff4dda4828c94c184950ed7a249f831ca0dbb1 Mon Sep 17 00:00:00 2001 From: Paolo A Date: Wed, 14 Aug 2024 15:43:49 +0000 Subject: [PATCH] Comm3 --- app/Console/Kernel.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index aca14472..881bb6fc 100755 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -15,6 +15,7 @@ class Kernel extends ConsoleKernel */ protected $commands = [ Commands\CheckProductBySku::class, + Commands\GetFirstOrder::class, ]; /**