subHours(setting('acars.live_time')); Pirep::whereDate('updated_at', '<', $date) ->where('state', PirepState::IN_PROGRESS) ->delete(); } }