Skip to content

Commit

Permalink
fix: (LAR-10) fix php stan error
Browse files Browse the repository at this point in the history
  • Loading branch information
StevyMarlino committed Oct 10, 2024
1 parent 4c3e813 commit 16dd864
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 @@ -23,7 +23,7 @@ protected function schedule(Schedule $schedule): void
$schedule->command('lcm:post-article-to-telegram')->everyFourHours();
$schedule->command('lcm:send-unverified-mails')->weeklyOn(1, '8:00');
$schedule->command('sitemap:generate')->daily();
$schedule->command('lcm:notify-pending-articles')->everyTwoDays();
$schedule->command('lcm:notify-pending-articles')->days(2);
}
}

Expand Down

0 comments on commit 16dd864

Please sign in to comment.