Added DTO client position into OU
testing/ogcore-api/pipeline/head There was a failure building this commit
Details
testing/ogcore-api/pipeline/head There was a failure building this commit
Details
parent
dce78eef29
commit
835d461585
|
@ -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'])]
|
||||
|
|
Loading…
Reference in New Issue