Skip to content

Commit 8b403bd

Browse files
committed
remove Arrayable
1 parent 3a32fdc commit 8b403bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Html/Editor/Fields/Field.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,10 @@ public function modelOptions(Builder|string $model, string $value, string $key =
124124
/**
125125
* Get options from a Enum::cases().
126126
*
127-
* @param array|Arrayable $cases
127+
* @param array $cases
128128
* @return $this
129129
*/
130-
public function enumOptions(array|Arrayable $cases): static
130+
public function enumOptions(array $cases): static
131131
{
132132
$options = [];
133133
foreach ($cases as $case) {

0 commit comments

Comments
 (0)