Skip to content

Commit d341043

Browse files
fix: Name prop after merge
1 parent fee4af7 commit d341043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Form/FieldClass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function __construct(
5151
string|null $icon = null,
5252
array|string|null $label = null,
5353
ModelWithContent|null $model = null,
54-
protected string|null $name = null,
54+
string|null $name = null,
5555
array|string|null $placeholder = null,
5656
bool $required = false,
5757
protected Fields|null $siblings = null,

0 commit comments

Comments
 (0)