@ -7,5 +7,6 @@ class PropertyPath
{
public function __construct(
public string $path
) {}
) {
}
@ -9,5 +9,6 @@ class RequestDTO
public string $className,
public string $jsonPath = '$',
public ?string $attributePath = null,