From 6ad975e1998759a1bc675c38422375ed0ceb5ca8 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Tue, 30 Mar 2021 01:46:02 +0900 Subject: [PATCH] updating kernel for commands --- app/Console/Kernel.php | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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