Update daily invoice data report scheduling time to 10:00
This commit is contained in:
@@ -92,7 +92,7 @@ Artisan::command('inspire', function () {
|
||||
$command->hourly();
|
||||
break;
|
||||
case 'Daily':
|
||||
$command->dailyAt('07:59');
|
||||
$command->dailyAt('10:00');
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user