Stevebauman\Location\Drivers\MaxMind::getDatabasePath PHP Метод

getDatabasePath() защищенный Метод

Returns the MaxMind database file path.
protected getDatabasePath ( ) : string
Результат string
    protected function getDatabasePath()
    {
        return config('location.maxmind.local.path', database_path('maxmind/GeoLite2-City.mmdb'));
    }