diff --git a/src/Connection.php b/src/Connection.php index 6b76441..9e9656d 100755 --- a/src/Connection.php +++ b/src/Connection.php @@ -293,7 +293,7 @@ public function isLoaded(string $name): bool public function __call(string $name, array $arguments) { return $this->forwardCallTo( - $this->newQuery(), + $this->getClient(), $name, $arguments );