remove the regenerateInvoice cron on development server

This commit is contained in:
edmondlang
2023-09-06 22:39:48 +08:00
parent 5baa9dcf3d
commit a1e7ce1e46
-5
View File
@@ -38,11 +38,6 @@ class Kernel extends ConsoleKernel
->hourly()
->appendOutputTo(storage_path().'/logs/soft-delete-seasonal-segmant-company.log')
->withoutOverlapping();
$schedule->command('regenerateInvoice')
->everyMinute()
->appendOutputTo(storage_path().'/logs/regenerateInvoice.log')
->withoutOverlapping();
}
/**