Skip to content

Commit

Permalink
Merge pull request #73 from sokil/country_details
Browse files Browse the repository at this point in the history
compatimility
  • Loading branch information
sokil committed Jun 11, 2023
2 parents 81dcf7e + 84f372f commit d0bf2dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/Countries.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ protected function arrayToEntry(array $entry): Country
$entry['numeric'],
$entry['flag'],
!empty($entry['official_name']) ? $entry['official_name'] : null,
!empty($entry['common_name']) ? $entry['common_name'] : null,
!empty($entry['common_name']) ? $entry['common_name'] : null
);
}

Expand Down

0 comments on commit d0bf2dc

Please sign in to comment.