This commit is contained in:
paoloar77
2024-05-17 14:16:13 +02:00
parent 0fbf20deb9
commit 7c5e892ead

View File

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