old[$field] = $request[$field]; } } } public function get(string $key, $default = null) { return $this->old[$key] ?? $default; } }