Skip to content

Commit

Permalink
Merge pull request #3419 from insiders/multidomain-fullhost
Browse files Browse the repository at this point in the history
[MultidomainBundle] Fix getCurrentFullHost return type
  • Loading branch information
acrobat authored Jun 9, 2024
2 parents e90e1f9 + db22673 commit 5c187e0
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 5c187e0

Please sign in to comment.