@ -2,10 +2,10 @@
namespace Rinsvent\RequestBundle\Annotation;
#[\Attribute]
#[\Attribute(\Attribute::IS_REPEATABLE|\Attribute::TARGET_ALL)]
class PropertyPath
{
public function __construct(
public string $path
) {}
}