Fix: hint should be optional

This commit is contained in:
philipp lang 2024-04-10 00:11:58 +02:00
parent 43821ec416
commit 5d1571012d
1 changed files with 1 additions and 1 deletions
app/Form/Fields

View File

@ -26,7 +26,7 @@ abstract class Field extends Data
public ColumnData $columns;
public bool $forMembers;
public ?SpecialType $specialType = null;
public string $hint;
public ?string $hint;
/** @var mixed */
public $value;