mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
comment out booking expired command in kernel
This commit is contained in:
@@ -44,10 +44,10 @@ class Kernel extends ConsoleKernel
|
||||
->appendOutputTo(storage_path().'/logs/delete-bulk-download-files.log')
|
||||
->withoutOverlapping();
|
||||
|
||||
$schedule->command('booking:expired')
|
||||
->dailyAt('02:00')
|
||||
->appendOutputTo(storage_path().'/logs/expire-booking.log')
|
||||
->withoutOverlapping();
|
||||
// $schedule->command('booking:expired')
|
||||
// ->dailyAt('02:00')
|
||||
// ->appendOutputTo(storage_path().'/logs/expire-booking.log')
|
||||
// ->withoutOverlapping();
|
||||
|
||||
// $schedule->command('purchaseOrder:autoFill')
|
||||
// ->dailyAt('03:00')
|
||||
|
||||
Reference in New Issue
Block a user