1
0
Fork 0
mirror of synced 2024-07-03 13:41:01 +12:00

Update DBIP Database

This commit is contained in:
Bradley Schofield 2023-01-26 14:57:02 +00:00
parent 54f4bef67a
commit ade2e10994
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; return $mail;
}); });
$register->set('geodb', function () { $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 () { $register->set('db', function () {
// This is usually for our workers or CLI commands scope // This is usually for our workers or CLI commands scope