Skip to content
This repository has been archived by the owner on Aug 17, 2022. It is now read-only.

Commit

Permalink
fixed Symfony HttpClient query use
Browse files Browse the repository at this point in the history
  • Loading branch information
mickaelandrieu authored Sep 20, 2019
1 parent 9c1a93b commit c468e65
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ $circuitBreaker->call(
'https://api.domain.com',
$fallbackResponse,
[
'_token' => '123456789',
'query' => [
'_token' => '123456789',
]
]
);
```
Expand Down

0 comments on commit c468e65

Please sign in to comment.