From 8614bd0f26be7007808593f7540f49bb4c7ed117 Mon Sep 17 00:00:00 2001 From: Alexey Skobkin Date: Sat, 1 Apr 2023 19:38:17 +0300 Subject: [PATCH] Renaming point http client to @app.point.http_client. --- config/services.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/services.yaml b/config/services.yaml index 1045c2f..d4b52a3 100644 --- a/config/services.yaml +++ b/config/services.yaml @@ -31,8 +31,8 @@ services: - '../src/Kernel.php' # HTTP client for Point API - Symfony\Component\HttpClient\HttpClient: - alias: 'app.point.http_client' + app.point.http_client: + class: Symfony\Component\HttpClient\HttpClient factory: [null, 'create'] arguments: base_uri: '%point_base_url%'