Skip to content

Commit 910376f

Browse files
committed
#96329 Match and multi match query options
1 parent 36aad5c commit 910376f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Contracts/MatchOptions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
class MatchOptions implements Arrayable
99
{
10-
public function __construct(private array $options)
10+
public function __construct(private array $options = [])
1111
{
1212
}
1313

0 commit comments

Comments
 (0)