remove cron job regenerate invoice - not using any more

This commit is contained in:
edmondlang
2023-10-11 00:51:13 +08:00
committed by Steve Ng
parent 841a6b0c66
commit 56c8617920
-4
View File
@@ -39,10 +39,6 @@ class Kernel extends ConsoleKernel
->appendOutputTo(storage_path().'/logs/soft-delete-seasonal-segmant-company.log')
->withoutOverlapping();
$schedule->command('regenerateInvoice')
->everyMinute()
->appendOutputTo(storage_path().'/logs/regenerateInvoice.log')
->withoutOverlapping();
}
/**