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