Merge branch 'master' of github.com:Rinsvent/request-bundle

This commit is contained in:
Rinsvent 2022-04-02 15:21:49 +07:00
commit baf55ec859
2 changed files with 5660 additions and 2 deletions

5658
composer.lock generated Normal file

File diff suppressed because it is too large Load Diff

View File

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