diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index 0c8d13e5..8edaaa22 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -32,8 +32,7 @@ class Kernel extends ConsoleKernel { // $schedule->command('inspire')->hourly(); -// $schedule->command('mail:EmailDoToVTCommand')->everyMinute()->withoutOverlapping(); -// ->dailyAt('10:00'); + $schedule->command('mail:EmailDoToVTCommand')->dailyAt('10:00')->withoutOverlapping(); }