Merge branch '0.7.x' of github.com:appwrite/appwrite into 0.7.x

This commit is contained in:
Eldad Fux
2020-10-25 21:59:24 +02:00
-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;