load(__DIR__ . '/Commands'); } protected function schedule(Schedule $schedule): void { $schedule->command(ScanCommand::class)->daily(); $schedule->command(PruneLibraryCommand::class)->daily(); $schedule->command(SyncPodcastsCommand::class)->daily(); } }