This commit is contained in:
paoloar77
2024-05-17 14:04:45 +02:00
parent 4ac62108b5
commit 0fbf20deb9

View File

@@ -48,7 +48,7 @@ class Kernel extends ConsoleKernel
}); });
$schedule->command('product:testpao') $schedule->command('product:testpao')
->everyMinute() ->everyMinute()
->withoutOverlapping() ->between('8:00', '00:00')
->before(function () { ->before(function () {
Log::info('Running product:testpao command'); Log::info('Running product:testpao command');
}); });