Skip to content

Commit e9e28f3

Browse files
committed
add missing attribute params
1 parent 5362a40 commit e9e28f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/verbs-flux/src/Attributes/EventInput.php

+2
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,7 @@ public function __construct(
3636
public array $rules = [],
3737
public array|string $options = [],
3838
public ?string $options_filter = null,
39+
public iterable|string $autocomplete = [],
40+
public string|int|null $default = null,
3941
) {}
4042
}

0 commit comments

Comments
 (0)