mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Merge branch '0.7.x' of github.com:appwrite/appwrite into 0.7.x
This commit is contained in:
commit
b958855060
1 changed files with 0 additions and 4 deletions
|
|
@ -30,8 +30,4 @@ $list = [
|
||||||
'SE', // Sweden
|
'SE', // Sweden
|
||||||
];
|
];
|
||||||
|
|
||||||
if (\time() < \strtotime('2020-01-31')) { // @see https://en.wikipedia.org/wiki/Brexit
|
|
||||||
$list[] = 'GB'; // // United Kingdom
|
|
||||||
}
|
|
||||||
|
|
||||||
return $list;
|
return $list;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue