Skip to content

Commit

Permalink
Fix getCurrentFullHost return type
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny van Wijk committed May 29, 2024
1 parent e90e1f9 commit db22673
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function getCurrentHost(): string
return $this->domainConfiguration->getHost();
}

public function getCurrentFullHost(): array
public function getCurrentFullHost(): ?array
{
return $this->domainConfiguration->getFullHost();
}
Expand Down

0 comments on commit db22673

Please sign in to comment.