Skip to content

Commit 5f28aa0

Browse files
authored
Merge pull request #46 from php-translation/bocharsky-bw-patch-4
httplug.client.translator_client -> httplug.client.translator
2 parents 96c1d7c + 66c48fb commit 5f28aa0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/configure-httplug.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ and a PSR-6 cache pool.
5252
default_ttl: 94608000 # three years
5353
respect_cache_headers: false # We cache no matter what the server says
5454
clients:
55-
translator_client:
55+
translator:
5656
factory: 'httplug.factory.guzzle6'
5757
plugins: ['httplug.plugin.cache', 'httplug.plugin.logger']
5858
5959
translation:
6060
# ...
61-
http_client: 'httplug.client.translator_client'
61+
http_client: 'httplug.client.translator'
6262
fallback_translation:
6363
service: 'google' # 'yandex' is available as an alternative
6464
api_key: 'foobar'

0 commit comments

Comments
 (0)