Skip to content

Commit

Permalink
Use Guzzle7 instead of Guzzle6. Fixes #998. (#999)
Browse files Browse the repository at this point in the history
  • Loading branch information
d7415 authored May 14, 2021
1 parent db83bc8 commit 914abd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Metadata/Geodecoder.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public static function getGeocoderProvider()
'timeout' => Configs::get_value('location_decoding_timeout'),
]);

$httpAdapter = new \Http\Adapter\Guzzle6\Client($httpClient);
$httpAdapter = new \Http\Adapter\Guzzle7\Client($httpClient);

$provider = new Nominatim($httpAdapter, 'https://nominatim.openstreetmap.org', config('app.name'));

Expand Down

0 comments on commit 914abd5

Please sign in to comment.