wip: service descriptions and car license plate field

This commit is contained in:
Björn Fromme
2026-03-16 11:59:10 +01:00
parent b84997d058
commit 84f4481ef0
12 changed files with 623 additions and 5 deletions
+3
View File
@@ -93,4 +93,7 @@ class Service
#[Groups(['api:single'])]
public ?string $rawAgeConstraintData = null;
#[Groups(['api:single', 'api:list'])]
public ?string $description = null;
}