Fix CityAPI to have same arguments for getMap method as Abstract.

main
KKlochko 2 years ago
parent 88cc3459d3
commit 61a374dfc7

@ -7,7 +7,7 @@ use App\Models\City;
class CityAPI extends AbstractItemAPI class CityAPI extends AbstractItemAPI
{ {
public function getMap() { public function getMap($context = null) {
$endpoint = '/api/v2/cities'; $endpoint = '/api/v2/cities';
$citiesMap = $this->fetcher->get($endpoint); $citiesMap = $this->fetcher->get($endpoint);

Loading…
Cancel
Save