diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index 349395910..758e85019 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -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