We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5589b27 commit 8c5b236Copy full SHA for 8c5b236
Resources/doc/index.md
@@ -93,7 +93,7 @@ bazinga_geocoder:
93
acme:
94
factory: Bazinga\GeocoderBundle\ProviderFactory\GoogleMapsFactory
95
options:
96
- httplug_client: 'httplug.client' # When using HTTPlugBundle
+ httplug_client: '@httplug.client' # When using HTTPlugBundle
97
region: 'Sweden'
98
api_key: 'xxyy'
99
```
@@ -119,7 +119,7 @@ bazinga_geocoder:
119
factory: Bazinga\GeocoderBundle\ProviderFactory\TomTomFactory
120
121
122
123
124
chain:
125
factory: Bazinga\GeocoderBundle\ProviderFactory\ChainFactory
0 commit comments