Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
gbxyz committed Mar 15, 2024
1 parent ed33c50 commit 94f329c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RDAP/Server.php
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ private function domain(string $domain) : ?string {
return true;

} else {
return str_ends_with($domain, '.'.$tld));
return str_ends_with($domain, '.'.$tld);

}
});
Expand Down

0 comments on commit 94f329c

Please sign in to comment.