where('created_at', '<', now()->subDays(1)) ->delete(); return Command::SUCCESS; } }