We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5362a40 commit e9e28f3Copy full SHA for e9e28f3
packages/verbs-flux/src/Attributes/EventInput.php
@@ -36,5 +36,7 @@ public function __construct(
36
public array $rules = [],
37
public array|string $options = [],
38
public ?string $options_filter = null,
39
+ public iterable|string $autocomplete = [],
40
+ public string|int|null $default = null,
41
) {}
42
}
0 commit comments