From 04747b8b6928f147f26c4b2dd7a9c79d33a07389 Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Wed, 14 Aug 2024 17:34:05 +0200 Subject: [PATCH] aa1 --- app/Console/Kernel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index 8f16ca38..aca14472 100755 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -14,7 +14,7 @@ class Kernel extends ConsoleKernel * @var array */ protected $commands = [ - // + Commands\CheckProductBySku::class, ]; /**