updating kernel for commands

This commit is contained in:
2021-03-30 01:46:02 +09:00
parent 59cda8d129
commit 6ad975e199

View File

@@ -52,12 +52,10 @@ class Kernel extends ConsoleKernel
/**
* Purge Data Schedule
*/
$schedule->command('data:CleanData')
->weekly(7, '11:00');
$schedule->command('data:PurgeCorpLedgers')
->monthly();
$schedule->command('data:PurgeUsers')
->dailyAt('23:00');
//$schedule->command('data:CleanData')
// ->weekly(7, '11:00');
//$schedule->command('data:PurgeUsers')
// ->dailyAt('23:00');
/**
* Finances Update Schedule