mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
command
This commit is contained in:
@@ -26,9 +26,9 @@ class Kernel extends ConsoleKernel
|
||||
{
|
||||
$schedule->call(new PruneStaleAttachments)
|
||||
->daily();
|
||||
$schedule->call(SyncOpenBooks::class)
|
||||
$schedule->command(SyncOpenBooks::class)
|
||||
->dailyAt('23:00');
|
||||
$schedule->call(ReadAndSyncPodcastFeeds::class)
|
||||
$schedule->command(ReadAndSyncPodcastFeeds::class)
|
||||
->dailyAt('23:30');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user