Skip to content

Commit

Permalink
enable twitter posting
Browse files Browse the repository at this point in the history
  • Loading branch information
joedixon committed Sep 7, 2023
1 parent 1d946e1 commit b28959e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Console/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ protected function schedule(Schedule $schedule): void
$schedule->command('schedule-monitor:sync')->dailyAt('04:56');
$schedule->command('model:prune', ['--model' => MonitoredScheduledTaskLogItem::class])->daily();
$schedule->command('horizon:snapshot')->everyFiveMinutes();
//$schedule->command('lio:post-article-to-twitter')->twiceDaily(14, 18);
$schedule->command('lio:post-article-to-twitter')->twiceDaily(14, 18);
$schedule->command('lio:generate-sitemap')->daily()->graceTimeInMinutes(25);
$schedule->command('lio:update-article-view-counts')->twiceDaily();
}
Expand Down

0 comments on commit b28959e

Please sign in to comment.