fix: add missing property
This commit is contained in:
@@ -66,4 +66,7 @@ class Service
|
|||||||
|
|
||||||
#[Groups(['api:single', 'api:list'])]
|
#[Groups(['api:single', 'api:list'])]
|
||||||
public ?string $source = null;
|
public ?string $source = null;
|
||||||
|
|
||||||
|
#[Groups(['api:single', 'api:list'])]
|
||||||
|
public ?string $direction = null;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user