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