Merge pull request #705 from hack3r-0m/0.7.x

Update eu.php
This commit is contained in:
Eldad A. Fux
2020-10-25 20:10:53 +02:00
committed by GitHub
-4
View File
@@ -30,8 +30,4 @@ $list = [
'SE', // Sweden
];
if (\time() < \strtotime('2020-01-31')) { // @see https://en.wikipedia.org/wiki/Brexit
$list[] = 'GB'; // // United Kingdom
}
return $list;