From e159ecc527ae34fa3b4d2354638ed4f55cb265d8 Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Fri, 27 Sep 2024 18:16:37 +0200 Subject: [PATCH] stop order:gmupdate --- app/Console/Kernel.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index 881bb6fc..89b16553 100755 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -36,9 +36,9 @@ class Kernel extends ConsoleKernel $schedule->command('backup:run')->daily()->at('07:00')->before(function () { Log::info('Running backup:run command'); }); - $schedule->command('order:gmupdate')->everyTenMinutes()->before(function () { - Log::info('Running order:gmupdate command'); - }); + //$schedule->command('order:gmupdate')->everyTenMinutes()->before(function () { + // Log::info('Running order:gmupdate command'); + //}); $schedule->command('product:gmupdate')->daily()->at('02:00')->before(function () { Log::info('Running product:gmupdate command'); });