Skip to content

Commit d0bf2dc

Browse files
authored
Merge pull request #73 from sokil/country_details
compatimility
2 parents 81dcf7e + 84f372f commit d0bf2dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Database/Countries.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ protected function arrayToEntry(array $entry): Country
3535
$entry['numeric'],
3636
$entry['flag'],
3737
!empty($entry['official_name']) ? $entry['official_name'] : null,
38-
!empty($entry['common_name']) ? $entry['common_name'] : null,
38+
!empty($entry['common_name']) ? $entry['common_name'] : null
3939
);
4040
}
4141

0 commit comments

Comments
 (0)