Skip to content

Commit

Permalink
fixed getMunicipalityByRegionalKey()
Browse files Browse the repository at this point in the history
  • Loading branch information
ryckblick authored Feb 7, 2025
1 parent fd5225c commit 3604b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GemeindeatlasClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public function getMunicipalityByRegionalKey(string $regionalKey): ?Municipality

return new MunicipalityDto(
name: $response['name'],
gebietsart: $rawMunicipality['gebietsart'],
gebietsart: $response['gebietsart'],
flaeche: $response['flaeche'],
regionalKey: $response['regionalKey'],
shortName: $response['shortName'],
Expand Down

0 comments on commit 3604b37

Please sign in to comment.