Skip to content

Commit

Permalink
Fixed proxy call
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiergummi committed Feb 11, 2021
1 parent 11a1191 commit af8d769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
);
Expand Down

0 comments on commit af8d769

Please sign in to comment.