timestamp; $sessions = LoginSession::where('expires', '<=', $now) ->delete(); $this->info('Invalidated expired sessions'); } }