request-bundle/src/Annotation/PropertyPath.php
2021-07-28 23:27:16 +07:00

11 lines
159 B
PHP

<?php
namespace Rinsvent\RequestBundle\Annotation;
#[\Attribute]
class PropertyPath
{
public function __construct(
public string $path
) {}
}