whereNotNull('reserved_until') ->where('reserved_until', '<=', $now) ->update(['status' => 'expired']); $this->info("Expired {$count} reservations."); return 0; } }