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