| Current Path : /var/www/html/participo.sumar.com.py/lib/maxmind/GeoIp2/Model/ |
| Current File : /var/www/html/participo.sumar.com.py/lib/maxmind/GeoIp2/Model/Enterprise.php |
<?php
declare(strict_types=1);
namespace GeoIp2\Model;
/**
* Model class for the data returned by GeoIP2 Enterprise database lookups.
*
* The only difference between the City and Enterprise model classes is which
* fields in each record may be populated. See
* https://dev.maxmind.com/geoip/geoip2/web-services for more details.
*/
class Enterprise extends City
{
}