feat: auto-booking services
addresses #869cfcptv
This commit is contained in:
@@ -29,6 +29,9 @@ class Service
|
||||
#[Groups(['api:single', 'api:list'])]
|
||||
public bool $mandatory = false;
|
||||
|
||||
#[Groups(['api:single', 'api:list'])]
|
||||
public bool $autoBook = false;
|
||||
|
||||
#[Groups(['api:single', 'api:list'])]
|
||||
public ?string $label = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user