This commit is contained in:
paoloar77
2024-05-17 14:01:27 +02:00
parent 197509e8f1
commit 4ac62108b5

View File

@@ -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');
});