удалил лок файл

This commit is contained in:
Rinsvent 2022-04-02 15:22:22 +07:00
parent baf55ec859
commit 21e475e711
3 changed files with 4 additions and 5660 deletions

5658
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -7,5 +7,6 @@ class PropertyPath
{
public function __construct(
public string $path
) {}
) {
}
}

View File

@ -9,5 +9,6 @@ class RequestDTO
public string $className,
public string $jsonPath = '$',
public ?string $attributePath = null,
) {}
) {
}
}