From e395aae54acb630b4d0781c670ffd583f11dcc28 Mon Sep 17 00:00:00 2001 From: butschster Date: Fri, 22 Mar 2024 11:42:41 +0400 Subject: [PATCH] fix --- src/Config/TemporalConfig.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } /**