Skip to content

Commit 5c8834f

Browse files
committed
fix
1 parent 8c11145 commit 5c8834f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DTO/SearchResult.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function label(): string
4141
return $this->label;
4242
}
4343

44-
public function get(string $key, mixed $default = null): array
44+
public function get(string $key, mixed $default = null): mixed
4545
{
4646
return data_get($this->data, $key, $default);
4747
}

0 commit comments

Comments
 (0)