удалил лок файл
This commit is contained in:
parent
baf55ec859
commit
21e475e711
5658
composer.lock
generated
5658
composer.lock
generated
File diff suppressed because it is too large
Load Diff
@ -7,5 +7,6 @@ class PropertyPath
|
|||||||
{
|
{
|
||||||
public function __construct(
|
public function __construct(
|
||||||
public string $path
|
public string $path
|
||||||
) {}
|
) {
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -9,5 +9,6 @@ class RequestDTO
|
|||||||
public string $className,
|
public string $className,
|
||||||
public string $jsonPath = '$',
|
public string $jsonPath = '$',
|
||||||
public ?string $attributePath = null,
|
public ?string $attributePath = null,
|
||||||
) {}
|
) {
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user