From 5c7806d35d260ea974b7f88075af386d66cc9144 Mon Sep 17 00:00:00 2001 From: Julien Bornstein Date: Sun, 25 Jan 2026 22:20:39 +0100 Subject: [PATCH] Fix property typo "langesuages" to "languages" --- Geonames.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Geonames.php b/Geonames.php index ec999bf..a8f5b07 100644 --- a/Geonames.php +++ b/Geonames.php @@ -133,7 +133,7 @@ public function getCountryInfo(?string $country = null, ?string $locale = null): ->setBounds($item->south, $item->west, $item->north, $item->east) ->withContinent($item->continent ?? null) ->withCapital($item->capital ?? null) - ->withLanguages($item->langesuages ?? '') + ->withLanguages($item->languages ?? '') ->withGeonameId($item->geonameId ?? null) ->withIsoAlpha3($item->isoAlpha3 ?? null) ->withFipsCode($item->fipsCode ?? null)