We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81dcf7e commit 84f372fCopy full SHA for 84f372f
src/Database/Countries.php
@@ -35,7 +35,7 @@ protected function arrayToEntry(array $entry): Country
35
$entry['numeric'],
36
$entry['flag'],
37
!empty($entry['official_name']) ? $entry['official_name'] : null,
38
- !empty($entry['common_name']) ? $entry['common_name'] : null,
+ !empty($entry['common_name']) ? $entry['common_name'] : null
39
);
40
}
41
0 commit comments