Merge pull request #5049 from appwrite/feat-update-dbip

Update DBIP Database
This commit is contained in:
Christy Jacob 2023-01-26 22:15:02 +05:30 committed by GitHub
commit 81b08de407
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -604,7 +604,7 @@ $register->set('smtp', function () {
return $mail;
});
$register->set('geodb', function () {
return new Reader(__DIR__ . '/assets/dbip/dbip-country-lite-2022-06.mmdb');
return new Reader(__DIR__ . '/assets/dbip/dbip-country-lite-2023-01.mmdb');
});
$register->set('db', function () {
// This is usually for our workers or CLI commands scope