Aggiunta tutte le modifiche

This commit is contained in:
Paolo A
2024-05-17 12:26:02 +00:00

View File

@@ -47,8 +47,8 @@ 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()
->withoutOverlapping() ->between('8:00', '00:00')
->before(function () { ->before(function () {
Log::info('Running product:testpao command'); Log::info('Running product:testpao command');
}); });