test
This commit is contained in:
@@ -49,7 +49,6 @@ class Kernel extends ConsoleKernel
|
||||
$schedule->command('product:testpao')
|
||||
->everyMinute()
|
||||
->withoutOverlapping()
|
||||
->sendOutputTo(storage_path('logs/scheduled-command.log'))
|
||||
->before(function () {
|
||||
Log::info('Running product:testpao command');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user