subDays(7); $deleted = DB::table('file_share_links') ->where('expires_at', '<', $threshold) ->delete(); $this->info("Deleted {$deleted} expired share links"); return Command::SUCCESS; } }