Skip to content

Commit

Permalink
Revert "Panama has provinces, not states."
Browse files Browse the repository at this point in the history
This reverts commit b08ba62.

Province is already the default administrative_area_type, so the change is redundant.
  • Loading branch information
bojanz committed Jan 10, 2024
1 parent fd8c6ce commit a2fde3d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/AddressFormat/AddressFormatRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -1096,7 +1096,6 @@ protected function getDefinitions(): array
'uppercase_fields' => [
'locality', 'administrativeArea',
],
'administrative_area_type' => 'province',
'subdivision_depth' => 1,
],
'PE' => [
Expand Down

0 comments on commit a2fde3d

Please sign in to comment.