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