Extract device long URL validation to its own validation class

This commit is contained in:
Alejandro Celaya
2023-01-14 16:50:42 +01:00
parent 822652cac3
commit 3e26f1113d
15 changed files with 96 additions and 48 deletions

View File

@@ -21,7 +21,7 @@ class ApiKey extends AbstractEntity
private string $key;
private ?Chronos $expirationDate = null;
private bool $enabled;
/** @var Collection|ApiKeyRole[] */
/** @var Collection<string, ApiKeyRole> */
private Collection $roles;
private ?string $name = null;