Skip to content

Commit b275620

Browse files
committed
Merge pull request #406 from toin0u/patch-doc
Add the api key parameter to the google maps provider doc
2 parents 5ded057 + 1b06e1d commit b275620

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,8 @@ $geocoder = new \Geocoder\Provider\GoogleMaps(
288288
$httpAdapter,
289289
$locale,
290290
$region,
291-
$useSsl // true|false
291+
$useSsl, // true|false
292+
$apiKey
292293
);
293294
```
294295

0 commit comments

Comments
 (0)