Skip to content

Commit

Permalink
Updating as per voryx#100
Browse files Browse the repository at this point in the history
  • Loading branch information
rjsmelo committed Sep 8, 2020
1 parent 0197958 commit 00e727c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Voryx/ThruwayBundle/Client/ClientManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ private function getShortClient()
{
$client = new Client($this->config['realm']);
$client->setAttemptRetry(false);
$client->addTransportProvider(new PawlTransportProvider($this->config['trusted_url'], $this->connector));
$client->addTransportProvider(new PawlTransportProvider($this->config['trusted_url']));

return $client;
}
Expand Down

0 comments on commit 00e727c

Please sign in to comment.