diff --git a/src/Config/TemporalConfig.php b/src/Config/TemporalConfig.php index f874a3e..df89a67 100644 --- a/src/Config/TemporalConfig.php +++ b/src/Config/TemporalConfig.php @@ -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; } /**