Minor fixes.

This commit is contained in:
Buster "Silver Eagle" Neece 2020-01-22 04:54:22 -06:00
parent 31c34ebbc4
commit f71dc00503
No known key found for this signature in database
GPG Key ID: 6D9E12FF03411F4E
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
# Files in the root directory
**
!composer.*
!bin
!config
!resources/locale/compiled

View File

@ -13,7 +13,7 @@ class DbIp extends AbstractIpGeolocator
public static function getDatabasePath(): string
{
return self::getGeoBaseDirectory() . '/dbip-city-lite.mmdb';
return self::getBaseDirectory() . '/dbip-city-lite.mmdb';
}
public static function getAttribution(): string