Added DTO client position into OU
testing/ogcore-api/pipeline/head There was a failure building this commit Details

pull/12/head
Manuel Aranda Rosales 2024-10-23 08:43:21 +02:00
parent dce78eef29
commit 835d461585
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ final class ClientOutput extends AbstractOutput
#[Groups(['client:read'])]
public ?string $subnet = null;
#[Groups(['client:read'])]
#[Groups(['client:read', 'organizational-unit:read'])]
public ?array $position = ['x' => 0, 'y' => 0];
#[Groups(['client:read'])]