Skip to content

Commit e23cde2

Browse files
bors[bot]norkunas
andauthored
Merge #149
149: Use Symfony HttpClient by default if available r=curquiza a=norkunas # Pull Request ## What does this PR do? Fixes #148 ## PR checklist Please check if your PR fulfills the following requirements: - [x] Does this PR fix an existing issue? - [x] Have you read the contributing guidelines? - [x] Have you made sure that the title is accurate and descriptive of the changes? Co-authored-by: Tomas <[email protected]>
2 parents e55b141 + e559146 commit e23cde2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Resources/config/services.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<service id="search.client" class="MeiliSearch\Client" public="true" lazy="true">
2121
<argument key="$url">%meili_url%</argument>
2222
<argument key="$apiKey">%meili_api_key%</argument>
23+
<argument key="$httpClient" type="service" id="psr18.http_client" on-invalid="ignore" />
2324
</service>
2425

2526
<service id="MeiliSearch\Client" alias="search.client"/>

0 commit comments

Comments
 (0)