Skip to content

Commit e6f3529

Browse files
committed
chore: resolve merge
2 parents 8bbc874 + 491fc27 commit e6f3529

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

routes/console.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
$this->comment(Inspiring::quote());
1111
})->purpose('Display an inspiring quote')->hourly();
1212

13-
Schedule::command('lcm:delete-old-unverified-users')->daily();
1413

1514
if (app()->environment('production')) {
1615
Schedule::command('lcm:post-article-to-twitter')->everyFourHours();
@@ -19,6 +18,8 @@
1918
Schedule::command('lcm:notify-pending-articles')->cron('8 0 */2 * *');
2019
}
2120

21+
22+
Schedule::command('lcm:delete-old-unverified-users')->daily();
2223
Schedule::command('sitemap:blog-generate')->dailyAt('01:00');
2324
Schedule::command('sitemap:discussion-generate')->dailyAt('01:10');
2425
Schedule::command('sitemap:generate')->dailyAt('02:00');

0 commit comments

Comments
 (0)