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