test
This commit is contained in:
@@ -48,7 +48,7 @@ class Kernel extends ConsoleKernel
|
||||
});
|
||||
$schedule->command('product:testpao')
|
||||
->everyMinute()
|
||||
->withoutOverlapping()
|
||||
->between('8:00', '00:00')
|
||||
->before(function () {
|
||||
Log::info('Running product:testpao command');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user