diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index baf9a4cc..768e1526 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -35,7 +35,7 @@ class Kernel extends ConsoleKernel $schedule->command('mail:EmailDoToVTCommand')->dailyAt('10:00')->withoutOverlapping(); $schedule->command('seasonalSegmantCompany:remove') - ->hourly() + ->dailyAt('01:00') ->appendOutputTo (storage_path().'/logs/soft-delete-seasonal-segmant-company.log') ->withoutOverlapping(); }