Your IP : 216.73.217.77


Current Path : /home/users/unlimited/www/foodbank.codeskitter.site/vendor/geoip2/geoip2/src/Record/
Upload File :
Current File : /home/users/unlimited/www/foodbank.codeskitter.site/vendor/geoip2/geoip2/src/Record/MaxMind.php

<?php

declare(strict_types=1);

namespace GeoIp2\Record;

/**
 * Contains data about your account.
 *
 * This record is returned by all location services and databases.
 *
 * @property-read int|null $queriesRemaining The number of remaining queries you
 * have for the service you are calling.
 */
class MaxMind extends AbstractRecord
{
    /**
     * @ignore
     *
     * @var array<string>
     */
    protected $validAttributes = ['queriesRemaining'];
}