where('expires_at', '<', now()) ->get(); $count = 0; foreach ($orders as $order) { $orderService->expireOrder($order); $count++; } $this->info("Expired {$count} pending orders."); return Command::SUCCESS; } }