Renaming point http client to @app.point.http_client.
This commit is contained in:
parent
a409fbae8d
commit
8614bd0f26
|
@ -31,8 +31,8 @@ services:
|
||||||
- '../src/Kernel.php'
|
- '../src/Kernel.php'
|
||||||
|
|
||||||
# HTTP client for Point API
|
# HTTP client for Point API
|
||||||
Symfony\Component\HttpClient\HttpClient:
|
app.point.http_client:
|
||||||
alias: 'app.point.http_client'
|
class: Symfony\Component\HttpClient\HttpClient
|
||||||
factory: [null, 'create']
|
factory: [null, 'create']
|
||||||
arguments:
|
arguments:
|
||||||
base_uri: '%point_base_url%'
|
base_uri: '%point_base_url%'
|
||||||
|
|
Loading…
Reference in a new issue