This commit is contained in:
2023-10-21 19:40:24 +03:00
parent 46278f0a8a
commit 8d589509df
14 changed files with 14 additions and 0 deletions
+1
View File
@@ -21,6 +21,7 @@ class Slug implements FieldInterface, RequiredInterface
public ?int $min = null,
public ?int $max = null,
public string $default = "",
public string $help = "",
public bool $readonly = false,
public string $source = "",
public string $group = "",