Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
butschster committed Mar 22, 2024
1 parent 5796ee4 commit e395aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Config/TemporalConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public function getConnection(string $name): Connection
*/
public function getAddress(): string
{
return $this->getConnection($this->getDefaultConnection())->getAddress();
return $this->getConnection($this->getDefaultConnection())->address;

Check warning on line 89 in src/Config/TemporalConfig.php

View check run for this annotation

Codecov / codecov/patch

src/Config/TemporalConfig.php#L89

Added line #L89 was not covered by tests
}

/**
Expand Down

0 comments on commit e395aae

Please sign in to comment.