Skip to content

Commit c4bb731

Browse files
committed
add lookup too
1 parent f352f5e commit c4bb731

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Domains/Registrar/OpenSRS.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,8 @@ public function suggest(array|string $query, array $tlds = [], $minLength = 1, $
237237
'attributes' => [
238238
'services' => [
239239
'suggestion',
240-
'premium'
240+
'premium',
241+
'lookup'
241242
],
242243
'searchstring' => implode(' ', $query),
243244
'tlds' => $tlds,

0 commit comments

Comments
 (0)