1
0
Fork 0
mirror of synced 2024-06-29 11:40:45 +12:00

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
commit ea53884fef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;