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.
2 parents 81dcf7e + 84f372f commit d0bf2dcCopy full SHA for d0bf2dc
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