Merge branch 'master' of gitlab.com:CIEFWorldwideSdnBhd/exchange-2.0 into bulk-download-invoices

# Conflicts:
#	app/Console/Kernel.php
This commit is contained in:
edmondlang
2023-10-11 00:51:49 +08:00
-9
View File
@@ -39,15 +39,6 @@ class Kernel extends ConsoleKernel
->appendOutputTo(storage_path().'/logs/soft-delete-seasonal-segmant-company.log') ->appendOutputTo(storage_path().'/logs/soft-delete-seasonal-segmant-company.log')
->withoutOverlapping(); ->withoutOverlapping();
$schedule->command('regenerateInvoice')
->everyMinute()
->appendOutputTo(storage_path().'/logs/regenerateInvoice.log')
->withoutOverlapping();
$schedule->command('delete:bulk-invoice-files')
->dailyAt('00:00')
->appendOutputTo(storage_path().'/logs/delete-bulk-invoice-files.log')
->withoutOverlapping();
} }
/** /**