Aggiunta tutte le modifiche
This commit is contained in:
@@ -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');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user