Skip to content

Commit 84f372f

Browse files
committed
compatimility
1 parent 81dcf7e commit 84f372f

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)