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

master v0.0.7
Rinsvent 3 years ago
parent baf55ec859
commit 21e475e711
  1. 5658
      composer.lock
  2. 3
      src/Annotation/PropertyPath.php
  3. 3
      src/Annotation/RequestDTO.php

5658
composer.lock generated

File diff suppressed because it is too large Load Diff

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

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

Loading…
Cancel
Save