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
@@ -22,6 +22,7 @@ class Date implements FieldInterface, RequiredInterface, MinMaxInterface
public ?Carbon $min = null,
public ?Carbon $max = null,
public string $default = "",
public string $help = "",
public bool $readonly = false,
public string $optionsFrom = "",
public string $optionsField = "",