See More

path = $path; } public function key(): string { return 'nested_' . $this->path; } public function toArray(): array { return [ 'nested' => [ 'path' => $this->path, ], ]; } }