Skip to content

Commit 16dd864

Browse files
committed
fix: (LAR-10) fix php stan error
1 parent 4c3e813 commit 16dd864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Console/Kernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ protected function schedule(Schedule $schedule): void
2323
$schedule->command('lcm:post-article-to-telegram')->everyFourHours();
2424
$schedule->command('lcm:send-unverified-mails')->weeklyOn(1, '8:00');
2525
$schedule->command('sitemap:generate')->daily();
26-
$schedule->command('lcm:notify-pending-articles')->everyTwoDays();
26+
$schedule->command('lcm:notify-pending-articles')->days(2);
2727
}
2828
}
2929

0 commit comments

Comments
 (0)